mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
Convert asm/semaphore.h users to linux/semaphore.h
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
This commit is contained in:
parent
d7b1acd3b5
commit
6188e10d38
32 changed files with 35 additions and 36 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <linux/smp_lock.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/kallsyms.h>
|
||||
#include <asm/semaphore.h>
|
||||
#include <linux/semaphore.h>
|
||||
|
||||
/*
|
||||
* The 'big kernel semaphore'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue