Skip to content

Commit

Permalink
V4L/DVB (4834): Cafe_ccic.c: make a function static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent c01d1e4 commit ab33668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/cafe_ccic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ab33668

Please sign in to comment.