Skip to content

Commit

Permalink
V4L/DVB (7103): make stk_camera_cleanup() static
Browse files Browse the repository at this point in the history
stk_camera_cleanup() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Jaime Velasco Juan <jsagarribay@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Feb 18, 2008
1 parent c52c4d0 commit beb9e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/stk-webcam.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static struct usb_device_id stkwebcam_table[] = {
};
MODULE_DEVICE_TABLE(usb, stkwebcam_table);

void stk_camera_cleanup(struct kref *kref)
static void stk_camera_cleanup(struct kref *kref)
{
struct stk_camera *dev = to_stk_camera(kref);

Expand Down

0 comments on commit beb9e78

Please sign in to comment.