X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Ftda7432.c;h=78e043ac9ea0e39fa2195d0b9ddba060db56361b;hb=c0bc8721b8d0380ec69fa97578c91201201b05a9;hp=fc3d5824efffd330a828e64d04c5e58460ed118e;hpb=bf785ee0aeea7a3e717cb1e11df4135b6cbde7da;p=powerpc.git diff --git a/drivers/media/video/tda7432.c b/drivers/media/video/tda7432.c index fc3d5824ef..78e043ac9e 100644 --- a/drivers/media/video/tda7432.c +++ b/drivers/media/video/tda7432.c @@ -48,9 +48,8 @@ #include #include -#include "bttv.h" -#include #include +#include #ifndef VIDEO_AUDIO_BALANCE # define VIDEO_AUDIO_BALANCE 32 @@ -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;