浏览代码

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>
Matthew Wilcox 17 年之前
父节点
当前提交
f42b38009e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/reed_solomon/reed_solomon.c

+ 0 - 1
lib/reed_solomon/reed_solomon.c

@@ -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);