From: Matthew Wilcox Date: Thu, 24 Jul 2008 12:08:09 +0000 (-0400) Subject: Remove use of asm/semaphore.h X-Git-Tag: v2.6.27-rc1~518^2~2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6310e472717ed736c9bff9840febb71f7bb400ed;p=linux-2.6-omap-h63xx.git Remove use of asm/semaphore.h Change to use linux/semaphore.h Signed-off-by: Matthew Wilcox --- diff --git a/arch/arm/mach-ns9xxx/clock.c b/arch/arm/mach-ns9xxx/clock.c index f8639161068..44ed20d4a38 100644 --- a/arch/arm/mach-ns9xxx/clock.c +++ b/arch/arm/mach-ns9xxx/clock.c @@ -14,8 +14,8 @@ #include #include #include +#include -#include #include "clock.h" static LIST_HEAD(clocks);