Przeglądaj źródła

Remove use of asm/semaphore.h

Change to use linux/semaphore.h

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Matthew Wilcox 17 lat temu
rodzic
commit
6310e47271
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      arch/arm/mach-ns9xxx/clock.c

+ 1 - 1
arch/arm/mach-ns9xxx/clock.c

@@ -14,8 +14,8 @@
 #include <linux/clk.h>
 #include <linux/clk.h>
 #include <linux/string.h>
 #include <linux/string.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
+#include <linux/semaphore.h>
 
 
-#include <asm/semaphore.h>
 #include "clock.h"
 #include "clock.h"
 
 
 static LIST_HEAD(clocks);
 static LIST_HEAD(clocks);