]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
usb: host: Drop unused hcd_name from r8a66597-hcd.c
authorTom Rini <trini@konsulko.com>
Sat, 27 Jan 2018 20:22:56 +0000 (15:22 -0500)
committerMarek Vasut <marex@denx.de>
Sun, 28 Jan 2018 03:00:59 +0000 (04:00 +0100)
The variable hcd_name is unsued, drop.

Cc: Marek Vasut <marex@denx.de>
Cc: Chris Brandt <chris.brandt@renesas.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/usb/host/r8a66597-hcd.c

index e0ca2cb0d4c50b9adc851ae2b35b65073f9924c0..9dbb18343aaa60fcc9d2d831b914432b86ae343e 100644 (file)
@@ -20,7 +20,6 @@
 #define R8A66597_DPRINT(...)
 #endif
 
-static const char hcd_name[] = "r8a66597_hcd";
 static struct r8a66597 gr8a66597;
 
 static void get_hub_data(struct usb_device *dev, u16 *hub_devnum, u16 *hubport)