Explorar o código

USB: isp1301: Remove unused static array and define

This patch removes an unused statically defined array and an associated #define.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Roland Stigge %!s(int64=13) %!d(string=hai) anos
pai
achega
47c56a1479
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      drivers/usb/phy/isp1301.c

+ 0 - 6
drivers/usb/phy/isp1301.c

@@ -15,12 +15,6 @@
 
 
 #define DRV_NAME		"isp1301"
 #define DRV_NAME		"isp1301"
 
 
-#define ISP1301_I2C_ADDR	0x2C
-
-static const unsigned short normal_i2c[] = {
-	ISP1301_I2C_ADDR, ISP1301_I2C_ADDR + 1, I2C_CLIENT_END
-};
-
 static const struct i2c_device_id isp1301_id[] = {
 static const struct i2c_device_id isp1301_id[] = {
 	{ "isp1301", 0 },
 	{ "isp1301", 0 },
 	{ }
 	{ }