x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at build time

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
This commit is contained in:
Anuradha Weeraman 2023-01-03 09:16:34 +05:30 committed by Ingo Molnar
parent 69b41ac87e
commit 4651b9438b
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include <asm/misc.h>
/*
* Count the digits of @val including a possible sign.
*