From 7158cac9150d3a9f1fdf818d3e9d2dff169fd445 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Thu, 2 Jun 2005 19:55:32 +0000 Subject: This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk --- linux/drivers/media/common/saa7146_fops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media/common') diff --git a/linux/drivers/media/common/saa7146_fops.c b/linux/drivers/media/common/saa7146_fops.c index 14674e3b2..6be8e54d2 100644 --- a/linux/drivers/media/common/saa7146_fops.c +++ b/linux/drivers/media/common/saa7146_fops.c @@ -420,7 +420,7 @@ static struct file_operations video_fops = .llseek = no_llseek, }; -void vv_callback(struct saa7146_dev *dev, unsigned long status) +static void vv_callback(struct saa7146_dev *dev, unsigned long status) { u32 isr = status; -- cgit v1.2.3