summaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/riotable.c
diff options
context:
space:
mode:
authorMatthew Wilcox2008-04-19 04:16:32 +0200
committerMatthew Wilcox2008-04-19 04:16:32 +0200
commitd3135846f6c1858dbad6ccb780a42e6c98953e6d (patch)
treef1800b9b4b435f86c33385bb4a002239547e3879 /drivers/char/rio/riotable.c
parentnet: Remove unnecessary inclusions of asm/semaphore.h (diff)
downloadkernel-qcow2-linux-d3135846f6c1858dbad6ccb780a42e6c98953e6d.tar.gz
kernel-qcow2-linux-d3135846f6c1858dbad6ccb780a42e6c98953e6d.tar.xz
kernel-qcow2-linux-d3135846f6c1858dbad6ccb780a42e6c98953e6d.zip
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: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'drivers/char/rio/riotable.c')
-rw-r--r--drivers/char/rio/riotable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/rio/riotable.c b/drivers/char/rio/riotable.c
index 9b52892a501f..2b24488e95f2 100644
--- a/drivers/char/rio/riotable.c
+++ b/drivers/char/rio/riotable.c
@@ -42,7 +42,6 @@ static char *_riotable_c_sccs_ = "@(#)riotable.c 1.2";
#include <asm/io.h>
#include <asm/system.h>
#include <asm/string.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include <linux/termios.h>