commit | b73b3cde0e8b77af0d3b3758cfa7774a50abd640 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Apr 04 18:16:57 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 06 12:25:23 2017 -0700 |
tree | 225ae6416f117191a16cf2a568072055d5a9a3fb | |
parent | 89c0a361301f81d76be5ab77c3f5470b88792670 [diff] |
net: usbnet: Remove unused driver_name variable With GCC 6.3, we can get the following warning: drivers/net/usb/usbnet.c:85:19: warning: 'driver_name' defined but not used [-Wunused-const-variable=] static const char driver_name [] = "usbnet"; ^~~~~~~~~~~ Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>