diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-13 11:22:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-13 11:22:54 -0300 |
commit | 2e1679b85048083df6e8456663b76eeb8581b241 (patch) | |
tree | a63177f1e5fc8e44400f74cbaeeed7a5874d80d0 /linux/drivers/media/video/dabusb.c | |
parent | db7374187f8985986322076d25a0c7a906e781fa (diff) | |
download | mediapointer-dvb-s2-2e1679b85048083df6e8456663b76eeb8581b241.tar.gz mediapointer-dvb-s2-2e1679b85048083df6e8456663b76eeb8581b241.tar.bz2 |
Backport several cleanups at includes
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/dabusb.c')
-rw-r--r-- | linux/drivers/media/video/dabusb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/dabusb.c b/linux/drivers/media/video/dabusb.c index 692dbd93c..8d034ca2b 100644 --- a/linux/drivers/media/video/dabusb.c +++ b/linux/drivers/media/video/dabusb.c @@ -37,7 +37,6 @@ #include <asm/atomic.h> #include <linux/delay.h> #include <linux/usb.h> -#include <linux/smp_lock.h> #include "compat.h" #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15) #include <linux/mutex.h> |