summaryrefslogtreecommitdiff
path: root/linux/drivers/media/radio
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-26 14:42:57 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-26 14:42:57 -0300
commit02a21b23c5b7676b326374708201900bc6d6ca0a (patch)
tree902fa68e0fb17f761a975917e52818f316bafb99 /linux/drivers/media/radio
parente4f64ff17a1852288ab51407f72731781e8bbfe6 (diff)
downloadmediapointer-dvb-s2-02a21b23c5b7676b326374708201900bc6d6ca0a.tar.gz
mediapointer-dvb-s2-02a21b23c5b7676b326374708201900bc6d6ca0a.tar.bz2
backport commit d3135846f6c1858dbad6ccb780a42e6c98953e6d
From: Mauro Carvalho Chehab <mchehab@infradead.org> kernel-sync: Author: Matthew Wilcox <matthew@wil.cx> drivers: Remove unnecessary inclusions of asm/semaphore.h None of these files use any of the functionality promised by asm/semaphore.h. It's possible that they rely on it dragging in some unrelated header file, but I can't build all these files, so we'll have fix any build failures as they come up. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/radio')
-rw-r--r--linux/drivers/media/radio/radio-aimslab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/radio/radio-aimslab.c b/linux/drivers/media/radio/radio-aimslab.c
index 25e59032f..7b9afd7e6 100644
--- a/linux/drivers/media/radio/radio-aimslab.c
+++ b/linux/drivers/media/radio/radio-aimslab.c
@@ -37,7 +37,6 @@
#include "compat.h"
#include <linux/videodev2.h> /* kernel radio structs */
#include <media/v4l2-common.h>
-#include <asm/semaphore.h> /* Lock for the I/O */
#include <linux/version.h> /* for KERNEL_VERSION MACRO */
#define RADIO_VERSION KERNEL_VERSION(0,0,2)