Commit a347d60f authored by Gerd Knorr's avatar Gerd Knorr Committed by Linus Torvalds

[PATCH] zoran_device.c: make zr36057_init_vfe static

The patch below makes function zr36057_init_vfe in
drivers/media/video/zoran_device.c which has no external users static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarGerd Knorr <kraxel@bytesex.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 59dc58d3
......@@ -80,6 +80,9 @@ MODULE_PARM(lml33dpath, "i");
MODULE_PARM_DESC(lml33dpath,
"Use digital path capture mode (on LML33 cards)");
static void
zr36057_init_vfe (struct zoran *zr);
/*
* General Purpose I/O and Guest bus access
*/
......@@ -1722,7 +1725,7 @@ zr36057_restart (struct zoran *zr)
* initialize video front end
*/
void
static void
zr36057_init_vfe (struct zoran *zr)
{
u32 reg;
......
......@@ -79,7 +79,6 @@ extern void zoran_set_pci_master(struct zoran *zr,
int set_master);
extern void zoran_init_hardware(struct zoran *zr);
extern void zr36057_restart(struct zoran *zr);
extern void zr36057_init_vfe(struct zoran *zr);
/* i2c */
extern int decoder_command(struct zoran *zr,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment