diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-14 01:49:49 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-14 01:49:49 -0200 |
commit | 1a97b7617165d0c5f13812dad33afa56efb499ae (patch) | |
tree | c429b090a4704fb84b5340aa2005f25d5f31aa4e /linux/drivers/media/dvb/frontends/cx24113.h | |
parent | ed31b2b95aaeb2d32f11053cc521b798b3280195 (diff) | |
parent | a9efe23fbe1000bff6e24012a5b580f9a8b93a92 (diff) | |
download | mediapointer-dvb-s2-1a97b7617165d0c5f13812dad33afa56efb499ae.tar.gz mediapointer-dvb-s2-1a97b7617165d0c5f13812dad33afa56efb499ae.tar.bz2 |
merge: http://linuxtv.org/hg/~pb/v4l-dvb/
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/cx24113.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/cx24113.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/frontends/cx24113.h b/linux/drivers/media/dvb/frontends/cx24113.h index d549041b2..5de0f7ffd 100644 --- a/linux/drivers/media/dvb/frontends/cx24113.h +++ b/linux/drivers/media/dvb/frontends/cx24113.h @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.= + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef CX24113_H @@ -30,10 +30,8 @@ struct cx24113_config { u32 xtal_khz; }; -/* TODO: #if defined(CONFIG_DVB_TUNER_CX24113) || \ - * (defined(CONFIG_DVB_TUNER_CX24113_MODULE) && defined(MODULE)) */ - -#if 0 +#if defined(CONFIG_DVB_TUNER_CX24113) || \ + (defined(CONFIG_DVB_TUNER_CX24113_MODULE) && defined(MODULE)) extern struct dvb_frontend *cx24113_attach(struct dvb_frontend *, const struct cx24113_config *config, struct i2c_adapter *i2c); |