projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c01d1e4
)
V4L/DVB (4834): Cafe_ccic.c: make a function static
author
Adrian Bunk
<bunk@stusta.de>
Fri, 17 Nov 2006 14:59:22 +0000
(11:59 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 10 Dec 2006 10:51:26 +0000
(08:51 -0200)
This patch makes the needlessly global cafe_v4l_dev_release() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cafe_ccic.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/video/cafe_ccic.c
b/drivers/media/video/cafe_ccic.c
index 2026c4983b26531b4ec9bd7829f9c103a56844df..684d817ccfe35b0ccf2752a4fa43bec394ecd365 100644
(file)
--- a/
drivers/media/video/cafe_ccic.c
+++ b/
drivers/media/video/cafe_ccic.c
@@
-1688,7
+1688,7
@@
static struct v4l2_tvnorm cafe_tvnorm[] = {
};
-void cafe_v4l_dev_release(struct video_device *vd)
+
static
void cafe_v4l_dev_release(struct video_device *vd)
{
struct cafe_camera *cam = container_of(vd, struct cafe_camera, v4ldev);