diff options
| author | Matthew Wilcox <matthew@wil.cx> | 2008-02-26 10:48:12 -0500 |
|---|---|---|
| committer | Matthew Wilcox <willy@linux.intel.com> | 2008-04-18 22:17:17 -0400 |
| commit | f42b38009e1dbd4509a865e5ea0e91a1722c979d (patch) | |
| tree | 8b3d998dc6eef293f81ee358df109bfdb3a8e1fa /lib/reed_solomon | |
| parent | a6550207538619bc9b90bac2e1d5e54902a432ad (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.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 3ea2db94d5b0..06d04cfa9339 100644 --- a/lib/reed_solomon/reed_solomon.c +++ b/lib/reed_solomon/reed_solomon.c | |||
| @@ -45,7 +45,6 @@ | |||
| 45 | #include <linux/rslib.h> | 45 | #include <linux/rslib.h> |
| 46 | #include <linux/slab.h> | 46 | #include <linux/slab.h> |
| 47 | #include <linux/mutex.h> | 47 | #include <linux/mutex.h> |
| 48 | #include <asm/semaphore.h> | ||
| 49 | 48 | ||
| 50 | /* This list holds all currently allocated rs control structures */ | 49 | /* This list holds all currently allocated rs control structures */ |
| 51 | static LIST_HEAD (rslist); | 50 | static LIST_HEAD (rslist); |
