Messages in this thread Patch in this message |  | | | From | Matthew Wilcox <> | | Subject | [PATCH 09/12] lib: Remove unnecessary inclusions of asm/semaphore.h | | Date | Thu, 28 Feb 2008 01:33:58 -0500 | |
reed_solomon doesn't use any of the functionality promised by
asm/semaphore.h.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
---
lib/reed_solomon/reed_solomon.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lib/reed_solomon/reed_solomon.c b/lib/reed_solomon/reed_solomon.c
index 3ea2db9..06d04cf 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);
--
1.5.4.1
|  |