summaryrefslogtreecommitdiffstats
path: root/lib/reed_solomon
diff options
context:
space:
mode:
authorMatthew Wilcox2008-02-26 16:48:12 +0100
committerMatthew Wilcox2008-04-19 04:17:17 +0200
commitf42b38009e1dbd4509a865e5ea0e91a1722c979d (patch)
tree8b3d998dc6eef293f81ee358df109bfdb3a8e1fa /lib/reed_solomon
parentkernel: Remove unnecessary inclusions of asm/semaphore.h (diff)
downloadkernel-qcow2-linux-f42b38009e1dbd4509a865e5ea0e91a1722c979d.tar.gz
kernel-qcow2-linux-f42b38009e1dbd4509a865e5ea0e91a1722c979d.tar.xz
kernel-qcow2-linux-f42b38009e1dbd4509a865e5ea0e91a1722c979d.zip
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);