diff options
Diffstat (limited to 'drivers/media/usb')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-video.c b/drivers/media/usb/em28xx/em28xx-video.c index b9b9775aa9c4..0f8501f39fa7 100644 --- a/drivers/media/usb/em28xx/em28xx-video.c +++ b/drivers/media/usb/em28xx/em28xx-video.c | |||
@@ -1872,7 +1872,7 @@ static int radio_s_tuner(struct file *file, void *priv, | |||
1872 | * | 1872 | * |
1873 | * Called when all users of struct em28xx_v4l2 are gone | 1873 | * Called when all users of struct em28xx_v4l2 are gone |
1874 | */ | 1874 | */ |
1875 | void em28xx_free_v4l2(struct kref *ref) | 1875 | static void em28xx_free_v4l2(struct kref *ref) |
1876 | { | 1876 | { |
1877 | struct em28xx_v4l2 *v4l2 = container_of(ref, struct em28xx_v4l2, ref); | 1877 | struct em28xx_v4l2 *v4l2 = container_of(ref, struct em28xx_v4l2, ref); |
1878 | 1878 | ||