summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2012-08-19 11:04:29 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-05 23:52:08 (GMT)
commit47c56a1479373d46f90d2e301869b9952f632451 (patch)
tree6bdfdd8915970a57f65eb855a05456df9a96497c
parent898d828b8b37c9f8f3d618d28d40109c275efa36 (diff)
downloadlinux-fsl-qoriq-47c56a1479373d46f90d2e301869b9952f632451.tar.xz
USB: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 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 },
{ }