Skip to content

Commit

Permalink
lib: Remove unnecessary inclusions of asm/semaphore.h
Browse files Browse the repository at this point in the history
reed_solomon doesn't use any of the functionality promised by
asm/semaphore.h.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
  • Loading branch information
Matthew Wilcox authored and Matthew Wilcox committed Apr 19, 2008
1 parent a655020 commit f42b380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reed_solomon/reed_solomon.c
Expand Up @@ -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);
Expand Down

0 comments on commit f42b380

Please sign in to comment.