Commit 6310e472 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Matthew Wilcox

Remove use of asm/semaphore.h

Change to use linux/semaphore.h
Signed-off-by: default avatarMatthew Wilcox <willy@linux.intel.com>
parent 0f17e4c7
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/semaphore.h>
#include <asm/semaphore.h>
#include "clock.h" #include "clock.h"
static LIST_HEAD(clocks); static LIST_HEAD(clocks);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment