summaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/rioroute.c
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2008-04-19 04:16:32 +0200
committerMatthew Wilcox <willy@linux.intel.com>2008-04-19 04:16:32 +0200
commitd3135846f6c1858dbad6ccb780a42e6c98953e6d (patch)
treef1800b9b4b435f86c33385bb4a002239547e3879 /drivers/char/rio/rioroute.c
parentnet: Remove unnecessary inclusions of asm/semaphore.h (diff)
downloadlinux-d3135846f6c1858dbad6ccb780a42e6c98953e6d.tar.xz
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/rioroute.c')
-rw-r--r--drivers/char/rio/rioroute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/rio/rioroute.c b/drivers/char/rio/rioroute.c
index a99f3d9d7d65..85091ff74d96 100644
--- a/drivers/char/rio/rioroute.c
+++ b/drivers/char/rio/rioroute.c
@@ -39,7 +39,6 @@ static char *_rioroute_c_sccs_ = "@(#)rioroute.c 1.3";
#include <asm/io.h>
#include <asm/system.h>
#include <asm/string.h>
-#include <asm/semaphore.h>
#include <asm/uaccess.h>
#include <linux/termios.h>