diff options
author | Roland Stigge <stigge@antcom.de> | 2012-08-19 07:04:29 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-08-20 03:15:10 -0400 |
commit | e7aafd72f3bbf5032db5e96dd3b130e0077513ee (patch) | |
tree | 811d7cb7499b9daea522052910b3eaa057fdc4e2 /drivers/usb/phy | |
parent | a67e76ac904cb48946262bf353f1df0d1b349368 (diff) |
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 <stigge@antcom.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r-- | drivers/usb/phy/isp1301.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/usb/phy/isp1301.c b/drivers/usb/phy/isp1301.c index b19f4932a037..18dbf7e37607 100644 --- a/drivers/usb/phy/isp1301.c +++ b/drivers/usb/phy/isp1301.c | |||
@@ -15,12 +15,6 @@ | |||
15 | 15 | ||
16 | #define DRV_NAME "isp1301" | 16 | #define DRV_NAME "isp1301" |
17 | 17 | ||
18 | #define ISP1301_I2C_ADDR 0x2C | ||
19 | |||
20 | static const unsigned short normal_i2c[] = { | ||
21 | ISP1301_I2C_ADDR, ISP1301_I2C_ADDR + 1, I2C_CLIENT_END | ||
22 | }; | ||
23 | |||
24 | static const struct i2c_device_id isp1301_id[] = { | 18 | static const struct i2c_device_id isp1301_id[] = { |
25 | { "isp1301", 0 }, | 19 | { "isp1301", 0 }, |
26 | { } | 20 | { } |