forked from Minki/linux
V4L/DVB (4834): Cafe_ccic.c: make a function static
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>
This commit is contained in:
parent
c01d1e486a
commit
ab33668f8e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user