Commit 72fd8d53 authored by Sean Behan's avatar Sean Behan Committed by Greg Kroah-Hartman

staging: emxx_udc: remove unused variable driver_desc

When building with W=1 (or however you found it), there is a warning
that this variable is unused.

It is not used so remove it to fix the warning.
Signed-off-by: default avatarSean Behan <codebam@riseup.net>
Link: https://lore.kernel.org/r/20210217142118.7107-1-codebam@riseup.netSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 41b873ca
...@@ -38,7 +38,6 @@ static struct gpio_desc *vbus_gpio; ...@@ -38,7 +38,6 @@ static struct gpio_desc *vbus_gpio;
static int vbus_irq; static int vbus_irq;
static const char driver_name[] = "emxx_udc"; static const char driver_name[] = "emxx_udc";
static const char driver_desc[] = DRIVER_DESC;
/*===========================================================================*/ /*===========================================================================*/
/* Prototype */ /* Prototype */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment