aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ns9xxx
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2008-07-24 08:08:09 -0400
committerMatthew Wilcox <willy@linux.intel.com>2008-07-24 08:31:00 -0400
commit6310e472717ed736c9bff9840febb71f7bb400ed (patch)
treecc5bb9a49ee74d52d12fac21abae38e45487dff0 /arch/arm/mach-ns9xxx
parent0f17e4c796e89d1f69f13b653aba60e6ccfb8ae0 (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.c2
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 @@
#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);