summaryrefslogtreecommitdiff
path: root/lib/reed_solomon
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2008-02-26 10:48:12 -0500
committerMatthew Wilcox <willy@linux.intel.com>2008-04-18 22:17:17 -0400
commitf42b38009e1dbd4509a865e5ea0e91a1722c979d (patch)
tree8b3d998dc6eef293f81ee358df109bfdb3a8e1fa /lib/reed_solomon
parenta6550207538619bc9b90bac2e1d5e54902a432ad (diff)
lib: Remove unnecessary inclusions of asm/semaphore.h
reed_solomon doesn't use any of the functionality promised by asm/semaphore.h. Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'lib/reed_solomon')
-rw-r--r--lib/reed_solomon/reed_solomon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/reed_solomon/reed_solomon.c b/lib/reed_solomon/reed_solomon.c
index 3ea2db94d5b0..06d04cfa9339 100644
--- a/lib/reed_solomon/reed_solomon.c
+++ b/lib/reed_solomon/reed_solomon.c
@@ -45,7 +45,6 @@
#include <linux/rslib.h>
#include <linux/slab.h>
#include <linux/mutex.h>
-#include <asm/semaphore.h>
/* This list holds all currently allocated rs control structures */
static LIST_HEAD (rslist);