ARM: mach-integrator: move CM_CTRL to header file for accessing by other functions
authorBryan Wu <bryan.wu@canonical.com>
Tue, 13 Mar 2012 17:46:50 +0000 (01:46 +0800)
committerBryan Wu <bryan.wu@canonical.com>
Wed, 1 Aug 2012 03:22:07 +0000 (11:22 +0800)
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
arch/arm/mach-integrator/core.c
arch/arm/mach-integrator/include/mach/cm.h

index eaf6c63..8c53562 100644 (file)
@@ -172,8 +172,6 @@ static struct amba_pl010_data integrator_uart_data = {
        .set_mctrl = integrator_uart_set_mctrl,
 };
 
-#define CM_CTRL        IO_ADDRESS(INTEGRATOR_HDR_CTRL)
-
 static DEFINE_RAW_SPINLOCK(cm_lock);
 
 /**
index 445d57a..1a78692 100644 (file)
@@ -3,6 +3,8 @@
  */
 void cm_control(u32, u32);
 
+#define CM_CTRL        IO_ADDRESS(INTEGRATOR_HDR_CTRL)
+
 #define CM_CTRL_LED                    (1 << 0)
 #define CM_CTRL_nMBDET                 (1 << 1)
 #define CM_CTRL_REMAP                  (1 << 2)