linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / media / video / bttv-i2c.c
similarity index 98%
rename from drivers/media/video/bt8xx/bttv-i2c.c
rename to drivers/media/video/bttv-i2c.c
index 4b562b3..614c120 100644 (file)
@@ -302,10 +302,6 @@ static int attach_inform(struct i2c_client *client)
        if (!client->driver->command)
                return 0;
 
-       if (client->driver->id == I2C_DRIVERID_MSP3400)
-               btv->i2c_msp34xx_client = client;
-       if (client->driver->id == I2C_DRIVERID_TVAUDIO)
-               btv->i2c_tvaudio_client = client;
        if (btv->tuner_type != UNSET) {
                struct tuner_setup tun_setup;