projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f17e4c
)
Remove use of asm/semaphore.h
author
Matthew Wilcox
<matthew@wil.cx>
Thu, 24 Jul 2008 12:08:09 +0000
(08:08 -0400)
committer
Matthew Wilcox
<willy@linux.intel.com>
Thu, 24 Jul 2008 12:31:00 +0000
(08:31 -0400)
Change to use linux/semaphore.h
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
arch/arm/mach-ns9xxx/clock.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-ns9xxx/clock.c
b/arch/arm/mach-ns9xxx/clock.c
index f8639161068f264b764f3bcf593b00f8ddb3bb06..44ed20d4a388a718bad140aeeabbfaeb70a1a04e 100644
(file)
--- a/
arch/arm/mach-ns9xxx/clock.c
+++ b/
arch/arm/mach-ns9xxx/clock.c
@@
-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);