diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-06-02 19:55:32 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-06-02 19:55:32 +0000 |
commit | 7158cac9150d3a9f1fdf818d3e9d2dff169fd445 (patch) | |
tree | 179316cb0712f45df6ba792b1f7bd9d95b147c20 /linux/drivers | |
parent | 77bb36b62e605afeab1304ba672ac730c1bf1bb1 (diff) | |
download | mediapointer-dvb-s2-7158cac9150d3a9f1fdf818d3e9d2dff169fd445.tar.gz mediapointer-dvb-s2-7158cac9150d3a9f1fdf818d3e9d2dff169fd445.tar.bz2 |
This patch makes a needlessly global function static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/common/saa7146_fops.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |