USB: common: debug: add needed kernel.h include
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jan 2022 15:20:27 +0000 (16:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jan 2022 15:20:27 +0000 (16:20 +0100)
commit66b13ce8fe25341a8c4c8ceb00d611461ad86dcc
tree33010407c90a81b1e48bd7f164164f9d064c13db
parent6184f15d877c6fec0af43ef3e10c10183758263d
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 <gregkh@linuxfoundation.org>
drivers/usb/common/debug.c