Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (7103): make stk_camera_cleanup() static

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>

authored by

Adrian Bunk and committed by
Mauro Carvalho Chehab
beb9e780 c52c4d06

+1 -1
+1 -1
drivers/media/video/stk-webcam.c
··· 63 63 }; 64 64 MODULE_DEVICE_TABLE(usb, stkwebcam_table); 65 65 66 - void stk_camera_cleanup(struct kref *kref) 66 + static void stk_camera_cleanup(struct kref *kref) 67 67 { 68 68 struct stk_camera *dev = to_stk_camera(kref); 69 69