Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit beb9e780 authored by Adrian Bunk's avatar Adrian Bunk Committed by Mauro Carvalho Chehab
Browse files

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



stk_camera_cleanup() can become static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarJaime Velasco Juan <jsagarribay@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent c52c4d06
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@ static struct usb_device_id stkwebcam_table[] = {
};
};
MODULE_DEVICE_TABLE(usb, 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);
	struct stk_camera *dev = to_stk_camera(kref);