Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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);