summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/stv0299.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-10-18 17:54:41 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-10-18 17:54:41 -0300
commit3861ba7353e0a787c17b86bf488880a234a1f817 (patch)
tree4e442479af034d15f55af7e553139721a0600d31 /linux/drivers/media/dvb/frontends/stv0299.h
parentd968d366ae4f769786a3c4cbdc564f90c685beee (diff)
parentd1da42d9fbfabbd761ea109c6c52bb55504282b5 (diff)
downloadmediapointer-dvb-s2-3861ba7353e0a787c17b86bf488880a234a1f817.tar.gz
mediapointer-dvb-s2-3861ba7353e0a787c17b86bf488880a234a1f817.tar.bz2
merge: http://linuxtv.org/hg/~hhackmann/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0299.h')
-rw-r--r--linux/drivers/media/dvb/frontends/stv0299.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0299.h b/linux/drivers/media/dvb/frontends/stv0299.h
index 7ef252070..33df94959 100644
--- a/linux/drivers/media/dvb/frontends/stv0299.h
+++ b/linux/drivers/media/dvb/frontends/stv0299.h
@@ -89,7 +89,7 @@ struct stv0299_config
int (*set_symbol_rate)(struct dvb_frontend* fe, u32 srate, u32 ratio);
};
-#if defined(CONFIG_DVB_STV0299) || defined(CONFIG_DVB_STV0299_MODULE)
+#if defined(CONFIG_DVB_STV0299) || (defined(CONFIG_DVB_STV0299_MODULE) && defined(MODULE))
extern struct dvb_frontend* stv0299_attach(const struct stv0299_config* config,
struct i2c_adapter* i2c);
#else