From: Greg Kroah-Hartman Date: Wed, 5 Jan 2022 15:20:27 +0000 (+0100) Subject: USB: common: debug: add needed kernel.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=66b13ce8fe25341a8c4c8ceb00d611461ad86dcc;p=linux.git USB: common: debug: add needed kernel.h include drivers/usb/common/debug.c was only including one usb .h file, which would then accidentally drag in other .h files that were really needed. Fix up the implict dependancy by correctly adding kernel.h to the file. Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/common/debug.c b/drivers/usb/common/debug.c index a76a086b9c548..075f6b1b2a1a1 100644 --- a/drivers/usb/common/debug.c +++ b/drivers/usb/common/debug.c @@ -8,6 +8,7 @@ * Sebastian Andrzej Siewior */ +#include #include static void usb_decode_get_status(__u8 bRequestType, __u16 wIndex,