diff options
Diffstat (limited to 'drivers/media/video/tda7432.c')
-rw-r--r-- | drivers/media/video/tda7432.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda7432.c b/drivers/media/video/tda7432.c index 600dacb873f4..12b8981efd13 100644 --- a/drivers/media/video/tda7432.c +++ b/drivers/media/video/tda7432.c | |||
@@ -71,7 +71,7 @@ module_param(maxvol, int, S_IRUGO | S_IWUSR); | |||
71 | 71 | ||
72 | /* Address to scan (I2C address of this chip) */ | 72 | /* Address to scan (I2C address of this chip) */ |
73 | static unsigned short normal_i2c[] = { | 73 | static unsigned short normal_i2c[] = { |
74 | I2C_TDA7432 >> 1, | 74 | I2C_ADDR_TDA7432 >> 1, |
75 | I2C_CLIENT_END, | 75 | I2C_CLIENT_END, |
76 | }; | 76 | }; |
77 | I2C_CLIENT_INSMOD; | 77 | I2C_CLIENT_INSMOD; |