--- zzzz-none-000/linux-2.6.19.2/drivers/media/dvb/frontends/tda10021.h 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/drivers/media/dvb/frontends/tda10021.h 2007-01-11 07:38:19.000000000 +0000 @@ -32,7 +32,7 @@ u8 demod_address; }; -#if defined(CONFIG_DVB_TDA10021) || (defined(CONFIG_DVB_TDA10021_MODULE) && defined(MODULE)) +#if defined(CONFIG_DVB_TDA10021) || defined(CONFIG_DVB_TDA10021_MODULE) extern struct dvb_frontend* tda10021_attach(const struct tda10021_config* config, struct i2c_adapter* i2c, u8 pwm); #else