projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a655020
)
lib: Remove unnecessary inclusions of asm/semaphore.h
author
Matthew Wilcox
<matthew@wil.cx>
Tue, 26 Feb 2008 15:48:12 +0000
(10:48 -0500)
committer
Matthew Wilcox
<willy@linux.intel.com>
Sat, 19 Apr 2008 02:17:17 +0000
(22:17 -0400)
reed_solomon doesn't use any of the functionality promised by
asm/semaphore.h.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
lib/reed_solomon/reed_solomon.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/reed_solomon/reed_solomon.c
b/lib/reed_solomon/reed_solomon.c
index 3ea2db94d5b01bbe64501b2ac1bea68ec99ccf84..06d04cfa93390e1ac13d0348876ba3045ebf594a 100644
(file)
--- a/
lib/reed_solomon/reed_solomon.c
+++ b/
lib/reed_solomon/reed_solomon.c
@@
-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);