提交 47c56a14 编写于 作者: R Roland Stigge 提交者: Greg Kroah-Hartman

USB: isp1301: Remove unused static array and define

This patch removes an unused statically defined array and an associated #define.
Signed-off-by: NRoland Stigge <stigge@antcom.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 898d828b
......@@ -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 },
{ }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册