Skip to content

Commit

Permalink
USB: isp1301: Remove unused static array and define
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roland Stigge authored and Greg Kroah-Hartman committed Sep 5, 2012
1 parent 898d828 commit 47c56a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/usb/phy/isp1301.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{ }
Expand Down

0 comments on commit 47c56a1

Please sign in to comment.