From: Matthew Wilcox Date: Thu, 24 Jul 2008 12:08:09 +0000 (-0400) Subject: Remove use of asm/semaphore.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6310e472717ed736c9bff9840febb71f7bb400ed;p=linux-beck.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 f8639161068f..44ed20d4a388 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);