projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
898d828
)
USB: isp1301: Remove unused static array and define
author
Roland Stigge
<stigge@antcom.de>
Sun, 19 Aug 2012 11:04:29 +0000
(13:04 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 23:52:08 +0000
(16:52 -0700)
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>
drivers/usb/phy/isp1301.c
patch
|
blob
|
history
diff --git
a/drivers/usb/phy/isp1301.c
b/drivers/usb/phy/isp1301.c
index
b19f493
..
18dbf7e
100644
(file)
--- 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 },
{ }