vserver 2.0 rc7
[linux-2.6.git] / drivers / i2c / chips / isp1301_omap.c
index d7fec78..7f29a8a 100644 (file)
@@ -1503,7 +1503,6 @@ static int isp1301_probe(struct i2c_adapter *bus, int address, int kind)
        isp->client.addr = address;
        i2c_set_clientdata(&isp->client, isp);
        isp->client.adapter = bus;
-       isp->client.id = 1301;
        isp->client.driver = &isp1301_driver;
        strlcpy(isp->client.name, DRIVER_NAME, I2C_NAME_SIZE);
        i2c = &isp->client;