drivers: Remove unnecessary inclusions of asm/semaphore.h
None of these files use any of the functionality promised by asm/semaphore.h. It's possible that they rely on it dragging in some unrelated header file, but I can't build all these files, so we'll have fix any build failures as they come up. Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
此提交包含在:
@@ -21,7 +21,6 @@
|
||||
|
||||
#include <linux/i2o-dev.h>
|
||||
|
||||
#include <asm/semaphore.h> /* Needed for MUTEX init macros */
|
||||
#include <linux/version.h>
|
||||
#include <linux/notifier.h>
|
||||
#include <asm/atomic.h>
|
||||
|
新增問題並參考
封鎖使用者