Remove use of asm/semaphore.h
Change to use linux/semaphore.h Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
This commit is contained in:
parent
0f17e4c796
commit
6310e47271
|
@ -14,8 +14,8 @@
|
|||
#include <linux/clk.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/semaphore.h>
|
||||
|
||||
#include <asm/semaphore.h>
|
||||
#include "clock.h"
|
||||
|
||||
static LIST_HEAD(clocks);
|
||||
|
|
Loading…
Reference in New Issue