Commit 4651b943 authored by Anuradha Weeraman's avatar Anuradha Weeraman Committed by Ingo Molnar
Browse files

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

parent 69b41ac8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
#include <asm/misc.h>

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