summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-03-27 09:10:12 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-03-27 09:10:12 -0300
commitb551799548f9bfe9e20df63ae1263df5a367f8e3 (patch)
tree3ed0c3abc72a4123650cfbdde5bd567594e14f47 /linux/drivers/media/video
parentc0ab1d905923c64bad96a2de8ffb1377345a532c (diff)
downloadmediapointer-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>
Diffstat (limited to 'linux/drivers/media/video')
-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
3 files changed, 0 insertions, 4 deletions
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;