From khali@linux-fr.org Sun Feb 5 14:30:40 2006 Date: Sun, 5 Feb 2006 23:31:25 +0100 From: Jean Delvare To: Greg KH Subject: [PATCH 11/11] i2c: Cleanup isp1301_omap Message-Id: <20060205233125.5e98e21f.khali@linux-fr.org> Content-Disposition: inline; filename=i2c-isp1301_omap-driver-cleanups.patch Drop unused rogue i2c driver ID and nonsensical i2c class. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- drivers/i2c/chips/isp1301_omap.c | 2 -- 1 file changed, 2 deletions(-) --- gregkh-2.6.orig/drivers/i2c/chips/isp1301_omap.c +++ gregkh-2.6/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, };