Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: gadget: bcm63xx_udc: fix up the error of undeclared usb_debug_root

Fix up the build error caused by undeclared usb_debug_root

Cc: stable <stable@vger.kernel.org>
Fixes: a66ada4f241c ("usb: gadget: bcm63xx_udc: create debugfs directory under usb root")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>

authored by

Chunfeng Yun and committed by
Felipe Balbi
5b35dd1a a50758bb

+1
+1
drivers/usb/gadget/udc/bcm63xx_udc.c
··· 26 26 #include <linux/seq_file.h> 27 27 #include <linux/slab.h> 28 28 #include <linux/timer.h> 29 + #include <linux/usb.h> 29 30 #include <linux/usb/ch9.h> 30 31 #include <linux/usb/gadget.h> 31 32 #include <linux/workqueue.h>