Skip to content

Commit 66b13ce

Browse files
committed
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 <[email protected]>
1 parent 6184f15 commit 66b13ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/common/debug.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Sebastian Andrzej Siewior <[email protected]>
99
*/
1010

11+
#include <linux/kernel.h>
1112
#include <linux/usb/ch9.h>
1213

1314
static void usb_decode_get_status(__u8 bRequestType, __u16 wIndex,

0 commit comments

Comments
 (0)