You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Convert asm/semaphore.h users to linux/semaphore.h
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
This commit is contained in:
committed by
Matthew Wilcox
parent
d7b1acd3b5
commit
6188e10d38
+1
-1
@@ -33,9 +33,9 @@
|
||||
#include <linux/mempool.h>
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/scatterlist.h>
|
||||
#include <linux/semaphore.h> /* Needed for MUTEX init macros */
|
||||
|
||||
#include <asm/io.h>
|
||||
#include <asm/semaphore.h> /* Needed for MUTEX init macros */
|
||||
|
||||
/* message queue empty */
|
||||
#define I2O_QUEUE_EMPTY 0xffffffff
|
||||
|
||||
Reference in New Issue
Block a user