diff options
| author | Lee Jones <[email protected]> | 2020-07-06 14:33:23 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-07-09 17:19:57 +0200 |
| commit | 6327bf758093df5e95c2736143b92f03ff8a80e4 (patch) | |
| tree | 363f06aeaeee4f15bd4f506133348f45bd8ea245 /include | |
| parent | 33a4eeb1a67390dd2d485ec4918e87e931bf993f (diff) | |
usb: gadget: udc: mv_udc_core: Remove unused static const variable 'driver_desc'
Looks as though it's never been used. Driver was introduced in 2014.
Fixes the following W=1 kernel build warning(s):
drivers/usb/gadget/udc/mv_udc_core.c:56:19: warning: ‘driver_desc’ defined but not used [-Wunused-const-variable=]
56 | static const char driver_desc[] = DRIVER_DESC;
| ^~~~~~~~~~~
Cc: Felipe Balbi <[email protected]>
Cc: Chao Xie <[email protected]>
Cc: Neil Zhang <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions