Skip to content

Commit

Permalink
x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Anuradha Weeraman authored and Ingo Molnar committed Jan 3, 2023
1 parent 69b41ac commit 4651b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86/lib/misc.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include <asm/misc.h>

/*
* Count the digits of @val including a possible sign.
*
Expand Down

0 comments on commit 4651b94

Please sign in to comment.