summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda826x.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-10-17 10:01:28 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-10-17 10:01:28 -0300
commita0adf0d61aa7beaa8dbeb557263a3781ca66d500 (patch)
tree14b48c41787553f7db8c0a514f758fdd201cf300 /linux/drivers/media/dvb/frontends/tda826x.h
parentd9187d0ae0eaece3423fc571c310a5965e5e7de9 (diff)
parent388279f21e33e4913c97d1f828627eff852b1f2f (diff)
downloadmediapointer-dvb-s2-a0adf0d61aa7beaa8dbeb557263a3781ca66d500.tar.gz
mediapointer-dvb-s2-a0adf0d61aa7beaa8dbeb557263a3781ca66d500.tar.bz2
merge: ~mkrufky/cxusb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda826x.h')
-rw-r--r--linux/drivers/media/dvb/frontends/tda826x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda826x.h b/linux/drivers/media/dvb/frontends/tda826x.h
index 83998c001..ad9981195 100644
--- a/linux/drivers/media/dvb/frontends/tda826x.h
+++ b/linux/drivers/media/dvb/frontends/tda826x.h
@@ -35,7 +35,7 @@
* @param has_loopthrough Set to 1 if the card has a loopthrough RF connector.
* @return FE pointer on success, NULL on failure.
*/
-#if defined(CONFIG_DVB_TDA826X) || defined(CONFIG_DVB_TDA826X_MODULE)
+#if defined(CONFIG_DVB_TDA826X) || (defined(CONFIG_DVB_TDA826X_MODULE) && defined(MODULE))
extern struct dvb_frontend* tda826x_attach(struct dvb_frontend *fe, int addr,
struct i2c_adapter *i2c,
int has_loopthrough);