From: Adrian Bunk This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk Acked-by: Gerd Knorr Signed-off-by: Andrew Morton --- drivers/media/video/bttv-driver.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -puN drivers/media/video/bttv-driver.c~drivers-media-video-bttv-driverc-make-2-functions-static drivers/media/video/bttv-driver.c --- 25/drivers/media/video/bttv-driver.c~drivers-media-video-bttv-driverc-make-2-functions-static 2005-04-25 22:54:33.566293384 -0700 +++ 25-akpm/drivers/media/video/bttv-driver.c 2005-04-25 22:54:33.572292472 -0700 @@ -3169,7 +3169,7 @@ static struct video_device radio_templat /* ----------------------------------------------------------------------- */ /* some debug code */ -int bttv_risc_decode(u32 risc) +static int bttv_risc_decode(u32 risc) { static char *instr[16] = { [ BT848_RISC_WRITE >> 28 ] = "write", @@ -3206,8 +3206,8 @@ int bttv_risc_decode(u32 risc) return incr[risc >> 28] ? incr[risc >> 28] : 1; } -void bttv_risc_disasm(struct bttv *btv, - struct btcx_riscmem *risc) +static void bttv_risc_disasm(struct bttv *btv, + struct btcx_riscmem *risc) { unsigned int i,j,n; _