Skip to content
Snippets Groups Projects
Commit 0914e4d3 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Daniel Thompson
Browse files

kdb: include kdb_private.h for function prototypes


The kdb_kbd_cleanup_state() is called from another file through
the kdb_private.h file, but that is not included before the
definition, causing a W=1 warning:

kernel/debug/kdb/kdb_keyboard.c:198:6: error: no previous prototype for 'kdb_kbd_cleanup_state' [-Werror=missing-prototypes]

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20230517124802.929751-1-arnd@kernel.org


Signed-off-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
parent 8117f948
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment