diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-15 12:07:19 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-15 12:07:19 -0200 |
commit | dc742d4b0ab1ce74bd3bb1c996b132254a8dc052 (patch) | |
tree | 18213732ca1e2826296ae125dc99d39b3effcbac /linux/drivers/media/video/cx23885/cx23885.h | |
parent | 89a37f5497d1676d989c8c92da8866d5aaff5ee7 (diff) | |
parent | 9458ed4c0ddff2ee425d54526badcbf3d8753926 (diff) | |
download | mediapointer-dvb-s2-dc742d4b0ab1ce74bd3bb1c996b132254a8dc052.tar.gz mediapointer-dvb-s2-dc742d4b0ab1ce74bd3bb1c996b132254a8dc052.tar.bz2 |
merge: http://ifup.org/hg/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885.h b/linux/drivers/media/video/cx23885/cx23885.h index fa249761b..94cdb1c3b 100644 --- a/linux/drivers/media/video/cx23885/cx23885.h +++ b/linux/drivers/media/video/cx23885/cx23885.h @@ -261,10 +261,6 @@ struct sram_channel { #define cx_set(reg,bit) cx_andor((reg),(bit),(bit)) #define cx_clear(reg,bit) cx_andor((reg),(bit),0) -extern int cx23885_sram_channel_setup(struct cx23885_dev *dev, - struct sram_channel *ch, - unsigned int bpl, u32 risc); - /* ----------------------------------------------------------- */ /* cx23885-cards.c */ |