aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/isp1301.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy/isp1301.c')
-rw-r--r--drivers/usb/phy/isp1301.c6
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 @@
#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 },
{ }