diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-18 17:54:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-18 17:54:41 -0300 |
commit | 3861ba7353e0a787c17b86bf488880a234a1f817 (patch) | |
tree | 4e442479af034d15f55af7e553139721a0600d31 /linux/drivers/media/dvb/frontends/isl6421.h | |
parent | d968d366ae4f769786a3c4cbdc564f90c685beee (diff) | |
parent | d1da42d9fbfabbd761ea109c6c52bb55504282b5 (diff) | |
download | mediapointer-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/isl6421.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/isl6421.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/isl6421.h b/linux/drivers/media/dvb/frontends/isl6421.h index 1916e3eb2..ea7f78a7d 100644 --- a/linux/drivers/media/dvb/frontends/isl6421.h +++ b/linux/drivers/media/dvb/frontends/isl6421.h @@ -39,7 +39,7 @@ #define ISL6421_ISEL1 0x20 #define ISL6421_DCL 0x40 -#if defined(CONFIG_DVB_ISL6421) || defined(CONFIG_DVB_ISL6421_MODULE) +#if defined(CONFIG_DVB_ISL6421) || (defined(CONFIG_DVB_ISL6421_MODULE) && defined(MODULE)) /* override_set and override_clear control which system register bits (above) to always set & clear */ extern struct dvb_frontend *isl6421_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, u8 i2c_addr, u8 override_set, u8 override_clear); |