projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] make various thing static
[linux-2.6.git]
/
drivers
/
media
/
common
/
saa7146_fops.c
diff --git
a/drivers/media/common/saa7146_fops.c
b/drivers/media/common/saa7146_fops.c
index
cb826c9
..
c04fd11
100644
(file)
--- a/
drivers/media/common/saa7146_fops.c
+++ b/
drivers/media/common/saa7146_fops.c
@@
-403,7
+403,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;