X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Ftda7432.c;h=78e043ac9ea0e39fa2195d0b9ddba060db56361b;hb=71bc7bf045262e82c645cad48fd56dd17e75344e;hp=600dacb873f4c8f25505e116d552825355bfb020;hpb=fa3fcceb30eb8a3cb2ac299c207c6f89b9aed379;p=linux-2.6 diff --git a/drivers/media/video/tda7432.c b/drivers/media/video/tda7432.c index 600dacb873..78e043ac9e 100644 --- a/drivers/media/video/tda7432.c +++ b/drivers/media/video/tda7432.c @@ -48,7 +48,6 @@ #include #include -#include #include #include @@ -71,7 +70,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;