V4L/DVB (3548): Renamed I2C_foo addresses to I2C_ADDR_foo
[deliverable/linux.git] / drivers / media / video / tda7432.c
index 600dacb873f4c8f25505e116d552825355bfb020..12b8981efd1344047e3637c6d2d208b80ec61be1 100644 (file)
@@ -71,7 +71,7 @@ module_param(maxvol, int, S_IRUGO | S_IWUSR);
 
 /* Address to scan (I2C address of this chip) */
 static unsigned short normal_i2c[] = {
-       I2C_TDA7432 >> 1,
+       I2C_ADDR_TDA7432 >> 1,
        I2C_CLIENT_END,
 };
 I2C_CLIENT_INSMOD;
This page took 0.026132 seconds and 5 git commands to generate.