linux/drivers/usb
Jason Yan 5c330a7cef usb: gadget: udc: remove unused 'driver_desc'
Fix the following gcc warning:

drivers/usb/gadget/udc/gr_udc.c:51:19: warning: ‘driver_desc’ defined
but not used [-Wunused-const-variable=]
 static const char driver_desc[] = DRIVER_DESC;
                   ^~~~~~~~~~~

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200417073137.39968-1-yanaijie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-23 15:28:15 +02:00
..
atm USB: atm: Use the correct style for SPDX License Identifier 2020-03-17 20:03:28 +01:00
c67x00 USB: c67x00: Use the correct style for SPDX License Identifier 2020-03-17 20:03:28 +01:00
cdns3 usb: cdns3: gadget: make a bunch of functions static 2020-04-16 15:31:43 +02:00
chipidea Power management updates for 5.7-rc1 2020-03-30 15:05:01 -07:00
class USB: cdc-acm: restore capability check order 2020-03-27 16:24:16 +01:00
common
core USB: core: Replace an empty statement with a debug message 2020-04-23 15:28:13 +02:00
dwc2 USB: dwc2: Use the correct style for SPDX License Identifier 2020-04-16 14:32:48 +02:00
dwc3 usb: dwc3: fix up for role switch API change 2020-03-16 08:23:27 +01:00
early usb/early: remove unused including <linux/version.h> 2020-04-23 15:28:13 +02:00
gadget usb: gadget: udc: remove unused 'driver_desc' 2020-04-23 15:28:15 +02:00
host usb: pci-quirks: use true,false for bool variables 2020-04-23 15:28:13 +02:00
image
isp1760 USB: isp1760: Use the correct style for SPDX License Identifier 2020-04-16 14:32:47 +02:00
misc USB: misc: Use the correct style for SPDX License Identifier 2020-04-16 14:32:47 +02:00
mon USB: mon: Use scnprintf() for avoiding potential buffer overflow 2020-03-12 09:49:28 +01:00
mtu3 USB: mtu3: Use the correct style for SPDX License Identifier 2020-04-16 14:32:48 +02:00
musb USB: musb: Use the correct style for SPDX License Identifier 2020-04-16 14:32:47 +02:00
phy USB: phy: Use the correct style for SPDX License Identifier 2020-04-23 15:28:14 +02:00
renesas_usbhs usb: renesas_usbhs: Use the correct style for SPDX License Identifier 2020-04-23 15:28:14 +02:00
roles
serial USB-serial updates for 5.7-rc1 2020-03-26 11:15:30 +01:00
storage USB: Storage: Use the correct style for SPDX License Identifier 2020-04-23 15:28:14 +02:00
typec USB: typec: Use the correct style for SPDX License Identifier 2020-04-23 15:28:13 +02:00
usbip
Kconfig
Makefile
usb-skeleton.c