usb: gadget: bcm63xx_udc: fix up the error of undeclared usb_debug_root
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Mon, 14 Sep 2020 06:17:30 +0000 (14:17 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2020 09:08:30 +0000 (10:08 +0100)
commit3f7ebf3355acdc3d30e365a805c2748dbac244bb
treea98050228f6814b24dae2d9c36be12a8a68ea213
parent3d53646d781b1f6008b637a78a9cd40e9ec86d1b
usb: gadget: bcm63xx_udc: fix up the error of undeclared usb_debug_root

commit 5b35dd1a5a666329192a9616ec21098591259058 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/bcm63xx_udc.c