diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-30 22:28:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:57 -0400 |
commit | d9aedf1fe88c04500fec269557a968e3320dd4b8 (patch) | |
tree | 44bfc4ef08a0b5a7bdfd11875c6012e4ad01d7da /drivers | |
parent | 5da4e2c645e4324f63fd87a0f93e3d0ad6619798 (diff) |
V4L/DVB (7479): proper prototype for zoran_device.c:zr36016_write()
This patch adds a proper prototype for zr36016_write() in
drivers/media/video/zoran_card.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/zoran_card.h | 2 | ||||
-rw-r--r-- | drivers/media/video/zoran_device.c | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/drivers/media/video/zoran_card.h b/drivers/media/video/zoran_card.h index 8444ca0a5f3f..1b5c4171cf9c 100644 --- a/drivers/media/video/zoran_card.h +++ b/drivers/media/video/zoran_card.h | |||
@@ -50,4 +50,6 @@ extern int zoran_check_jpg_settings(struct zoran *zr, | |||
50 | extern void zoran_open_init_params(struct zoran *zr); | 50 | extern void zoran_open_init_params(struct zoran *zr); |
51 | extern void zoran_vdev_release(struct video_device *vdev); | 51 | extern void zoran_vdev_release(struct video_device *vdev); |
52 | 52 | ||
53 | void zr36016_write(struct videocodec *codec, u16 reg, u32 val); | ||
54 | |||
53 | #endif /* __ZORAN_CARD_H__ */ | 55 | #endif /* __ZORAN_CARD_H__ */ |
diff --git a/drivers/media/video/zoran_device.c b/drivers/media/video/zoran_device.c index 05b16a254cb3..7b60533efe45 100644 --- a/drivers/media/video/zoran_device.c +++ b/drivers/media/video/zoran_device.c | |||
@@ -928,11 +928,6 @@ count_reset_interrupt (struct zoran *zr) | |||
928 | return isr; | 928 | return isr; |
929 | } | 929 | } |
930 | 930 | ||
931 | /* hack */ | ||
932 | extern void zr36016_write (struct videocodec *codec, | ||
933 | u16 reg, | ||
934 | u32 val); | ||
935 | |||
936 | void | 931 | void |
937 | jpeg_start (struct zoran *zr) | 932 | jpeg_start (struct zoran *zr) |
938 | { | 933 | { |