Browse Source

[ARM] smp: SCU is used on non-realview platforms

The SCU can be used by non-realview platforms, so make it visible
for other people to use rather than having them copy the header file.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 16 years ago
parent
commit
49613d4d9a
2 changed files with 1 additions and 1 deletions
  1. 0 0
      arch/arm/include/asm/smp_scu.h
  2. 1 1
      arch/arm/mach-realview/platsmp.c

+ 0 - 0
arch/arm/mach-realview/include/mach/scu.h → arch/arm/include/asm/smp_scu.h


+ 1 - 1
arch/arm/mach-realview/platsmp.c

@@ -23,7 +23,7 @@
 
 #include <mach/board-eb.h>
 #include <mach/board-pb11mp.h>
-#include <mach/scu.h>
+#include <asm/smp_scu.h>
 
 #include "core.h"