From: Roland Stigge Date: Sun, 19 Aug 2012 11:04:29 +0000 (+0200) Subject: usb: phy: isp1301: Remove unused static array and define X-Git-Tag: v3.7-rc1~158^2~4^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7aafd72f3bbf5032db5e96dd3b130e0077513ee;p=profile%2Fivi%2Fkernel-x86-ivi.git usb: phy: isp1301: Remove unused static array and define This patch removes an unused statically defined array and an associated #define. Signed-off-by: Roland Stigge Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/phy/isp1301.c b/drivers/usb/phy/isp1301.c index b19f493..18dbf7e 100644 --- a/drivers/usb/phy/isp1301.c +++ b/drivers/usb/phy/isp1301.c @@ -15,12 +15,6 @@ #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 }, { }