Skip to content

Commit f42b380

Browse files
Matthew WilcoxMatthew Wilcox
authored andcommitted
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>
1 parent a655020 commit f42b380

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/reed_solomon/reed_solomon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
#include <linux/rslib.h>
4646
#include <linux/slab.h>
4747
#include <linux/mutex.h>
48-
#include <asm/semaphore.h>
4948

5049
/* This list holds all currently allocated rs control structures */
5150
static LIST_HEAD (rslist);

0 commit comments

Comments
 (0)