Commit f42b3800 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Matthew Wilcox

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: default avatarMatthew Wilcox <willy@linux.intel.com>
parent a6550207
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
#include <linux/rslib.h> #include <linux/rslib.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/mutex.h> #include <linux/mutex.h>
#include <asm/semaphore.h>
/* This list holds all currently allocated rs control structures */ /* This list holds all currently allocated rs control structures */
static LIST_HEAD (rslist); static LIST_HEAD (rslist);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment