Skip to content

Commit 4651b94

Browse files
aweeramanIngo Molnar
authored andcommitted
x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at build time
Signed-off-by: Anuradha Weeraman <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 69b41ac commit 4651b94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/x86/lib/misc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
2+
#include <asm/misc.h>
3+
24
/*
35
* Count the digits of @val including a possible sign.
46
*

0 commit comments

Comments
 (0)