summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/cx24123.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/cx24123.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/cx24123.h')
-rw-r--r--linux/drivers/media/dvb/frontends/cx24123.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/cx24123.h b/linux/drivers/media/dvb/frontends/cx24123.h
index 57a1dae1d..84f9e4f5c 100644
--- a/linux/drivers/media/dvb/frontends/cx24123.h
+++ b/linux/drivers/media/dvb/frontends/cx24123.h
@@ -35,7 +35,7 @@ struct cx24123_config
int lnb_polarity;
};
-#if defined(CONFIG_DVB_CX24123) || defined(CONFIG_DVB_CX24123_MODULE)
+#if defined(CONFIG_DVB_CX24123) || (defined(CONFIG_DVB_CX24123_MODULE) && defined(MODULE))
extern struct dvb_frontend* cx24123_attach(const struct cx24123_config* config,
struct i2c_adapter* i2c);
#else