USB: isp1301: Remove unused static array and define
authorRoland Stigge <stigge@antcom.de>
Sun, 19 Aug 2012 11:04:29 +0000 (13:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 23:52:08 +0000 (16:52 -0700)
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>
drivers/usb/phy/isp1301.c

index b19f493..18dbf7e 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 },
        { }