diff options
author | Matthew Wilcox <matthew@wil.cx> | 2008-07-24 08:08:09 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@linux.intel.com> | 2008-07-24 08:31:00 -0400 |
commit | 6310e472717ed736c9bff9840febb71f7bb400ed (patch) | |
tree | cc5bb9a49ee74d52d12fac21abae38e45487dff0 /arch/arm/mach-ns9xxx | |
parent | 0f17e4c796e89d1f69f13b653aba60e6ccfb8ae0 (diff) |
Remove use of asm/semaphore.h
Change to use linux/semaphore.h
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'arch/arm/mach-ns9xxx')
-rw-r--r-- | arch/arm/mach-ns9xxx/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ns9xxx/clock.c b/arch/arm/mach-ns9xxx/clock.c index f8639161068f..44ed20d4a388 100644 --- a/arch/arm/mach-ns9xxx/clock.c +++ b/arch/arm/mach-ns9xxx/clock.c | |||
@@ -14,8 +14,8 @@ | |||
14 | #include <linux/clk.h> | 14 | #include <linux/clk.h> |
15 | #include <linux/string.h> | 15 | #include <linux/string.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <linux/semaphore.h> | ||
17 | 18 | ||
18 | #include <asm/semaphore.h> | ||
19 | #include "clock.h" | 19 | #include "clock.h" |
20 | 20 | ||
21 | static LIST_HEAD(clocks); | 21 | static LIST_HEAD(clocks); |