From: Jean Delvare Date: Sun, 5 Feb 2006 22:31:25 +0000 (+0100) Subject: [PATCH] i2c: Cleanup isp1301_omap X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c006705e0f6a195d122be8d5344a4257c269f559;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [PATCH] i2c: Cleanup isp1301_omap Drop unused rogue i2c driver ID and nonsensical i2c class. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/i2c/chips/isp1301_omap.c b/drivers/i2c/chips/isp1301_omap.c index 1251c7fc18d..e6f1ab7b913 100644 --- a/drivers/i2c/chips/isp1301_omap.c +++ b/drivers/i2c/chips/isp1301_omap.c @@ -1635,8 +1635,6 @@ static struct i2c_driver isp1301_driver = { .driver = { .name = "isp1301_omap", }, - .id = 1301, /* FIXME "official", i2c-ids.h */ - .class = I2C_CLASS_HWMON, .attach_adapter = isp1301_scan_bus, .detach_client = isp1301_detach_client, };