[PATCH] make various thing static
Another rollup of patches which give various symbols static scope Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d763b7a473
commit
52c1da3953
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user