aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda7432.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/tda7432.c')
-rw-r--r--drivers/media/video/tda7432.c2
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) */
73static unsigned short normal_i2c[] = { 73static unsigned short normal_i2c[] = {
74 I2C_TDA7432 >> 1, 74 I2C_ADDR_TDA7432 >> 1,
75 I2C_CLIENT_END, 75 I2C_CLIENT_END,
76}; 76};
77I2C_CLIENT_INSMOD; 77I2C_CLIENT_INSMOD;