Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7aafd72 authored by Roland Stigge's avatar Roland Stigge Committed by Felipe Balbi
Browse files

usb: phy: isp1301: Remove unused static array and define



This patch removes an unused statically defined array and an associated
#define.

Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent a67e76ac
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 },
	{ }