summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/radio/radio-si470x.c1
-rw-r--r--linux/drivers/media/video/arv.c1
-rw-r--r--linux/drivers/media/video/planb.c1
-rw-r--r--linux/drivers/media/video/vino.c2
4 files changed, 0 insertions, 5 deletions
diff --git a/linux/drivers/media/radio/radio-si470x.c b/linux/drivers/media/radio/radio-si470x.c
index 816b89232..83333734e 100644
--- a/linux/drivers/media/radio/radio-si470x.c
+++ b/linux/drivers/media/radio/radio-si470x.c
@@ -439,7 +439,6 @@ struct si470x_device {
#else
struct delayed_work work;
#endif
-
wait_queue_head_t read_queue;
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 16)
struct mutex lock; /* buffer locking */
diff --git a/linux/drivers/media/video/arv.c b/linux/drivers/media/video/arv.c
index 6c2d35fde..88507ed9b 100644
--- a/linux/drivers/media/video/arv.c
+++ b/linux/drivers/media/video/arv.c
@@ -30,7 +30,6 @@
#include "compat.h"
#include <linux/videodev.h>
#include <media/v4l2-common.h>
-
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 16)
#include <linux/mutex.h>
#endif
diff --git a/linux/drivers/media/video/planb.c b/linux/drivers/media/video/planb.c
index e9860c883..282c9dd27 100644
--- a/linux/drivers/media/video/planb.c
+++ b/linux/drivers/media/video/planb.c
@@ -50,7 +50,6 @@
#include <asm/pgtable.h>
#include <asm/page.h>
#include <asm/irq.h>
-
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 16)
#include <linux/mutex.h>
#endif
diff --git a/linux/drivers/media/video/vino.c b/linux/drivers/media/video/vino.c
index b867e7e8c..ef7752aa8 100644
--- a/linux/drivers/media/video/vino.c
+++ b/linux/drivers/media/video/vino.c
@@ -41,7 +41,6 @@
#include <linux/videodev.h>
#include <media/v4l2-common.h>
#include <linux/video_decoder.h>
-
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 16)
#include <linux/mutex.h>
#endif
@@ -295,7 +294,6 @@ struct vino_channel_settings {
#else
struct semaphore mutex;
#endif
-
spinlock_t capture_lock;
unsigned int users;