diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-03-27 09:10:12 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-03-27 09:10:12 -0300 |
commit | b551799548f9bfe9e20df63ae1263df5a367f8e3 (patch) | |
tree | 3ed0c3abc72a4123650cfbdde5bd567594e14f47 | |
parent | c0ab1d905923c64bad96a2de8ffb1377345a532c (diff) | |
download | mediapointer-dvb-s2-b551799548f9bfe9e20df63ae1263df5a367f8e3.tar.gz mediapointer-dvb-s2-b551799548f9bfe9e20df63ae1263df5a367f8e3.tar.bz2 |
Fix blank lines to match in-kernel version
From: Mauro Carvalho Chehab <mchehab@infradead.org>
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | linux/drivers/media/radio/radio-si470x.c | 1 | ||||
-rw-r--r-- | linux/drivers/media/video/arv.c | 1 | ||||
-rw-r--r-- | linux/drivers/media/video/planb.c | 1 | ||||
-rw-r--r-- | linux/drivers/media/video/vino.c | 2 |
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; |