rk: move system.h from mach-rk30 to plat-rk
author黄涛 <huangtao@rock-chips.com>
Mon, 2 Jul 2012 11:57:53 +0000 (19:57 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 2 Jul 2012 11:57:53 +0000 (19:57 +0800)
arch/arm/mach-rk30/include/mach/system.h
arch/arm/plat-rk/include/plat/system.h [new file with mode: 0644]

index 8d176b8216a4df9c452db1d916a9145963006257..e68cfe7e31ed9bd31f1991b0ee283f20eb31704a 100644 (file)
@@ -1,13 +1 @@
-#ifndef __MACH_SYSTEM_H
-#define __MACH_SYSTEM_H
-
-#include <asm/proc-fns.h>
-
-static inline void arch_idle(void)
-{
-       cpu_do_idle();
-}
-
-extern void (*arch_reset)(char, const char *);
-
-#endif
+#include <plat/system.h>
diff --git a/arch/arm/plat-rk/include/plat/system.h b/arch/arm/plat-rk/include/plat/system.h
new file mode 100644 (file)
index 0000000..7681879
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef __PLAT_SYSTEM_H
+#define __PLAT_SYSTEM_H
+
+#include <asm/proc-fns.h>
+
+static inline void arch_idle(void)
+{
+       cpu_do_idle();
+}
+
+extern void (*arch_reset)(char, const char *);
+
+#endif