projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b41ac
)
x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at build time
author
Anuradha Weeraman
<anuradha@debian.org>
Tue, 3 Jan 2023 03:46:34 +0000
(09:16 +0530)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 3 Jan 2023 10:11:03 +0000
(11:11 +0100)
Signed-off-by: Anuradha Weeraman <anuradha@debian.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link:
https://lore.kernel.org/r/20230103034637.74679-1-anuradha@debian.org
arch/x86/lib/misc.c
patch
|
blob
|
history
diff --git
a/arch/x86/lib/misc.c
b/arch/x86/lib/misc.c
index a018ec4fba53ef456264b14dabfdf30575e346f5..92cd8ecc3a2c8cf793321caa9e4049f32b1683dc 100644
(file)
--- a/
arch/x86/lib/misc.c
+++ b/
arch/x86/lib/misc.c
@@
-1,4
+1,6
@@
// SPDX-License-Identifier: GPL-2.0
+#include <asm/misc.h>
+
/*
* Count the digits of @val including a possible sign.
*