usb: phy: isp1301: Remove unused static array and define
authorRoland Stigge <stigge@antcom.de>
Sun, 19 Aug 2012 11:04:29 +0000 (13:04 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 20 Aug 2012 07:15:10 +0000 (10:15 +0300)
This patch removes an unused statically defined array and an associated
#define.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/isp1301.c

index b19f4932a0371675315b9495413df4a535102978..18dbf7e37607262059b7a1bb9a8f5b4e9ef6e86f 100644 (file)
 
 #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[] = {
        { "isp1301", 0 },
        { }