diff options
Diffstat (limited to 'arch/arm/mach-integrator/include/mach/cm.h')
| -rw-r--r-- | arch/arm/mach-integrator/include/mach/cm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/include/mach/cm.h b/arch/arm/mach-integrator/include/mach/cm.h index 1a78692e32a..202e6a57f10 100644 --- a/arch/arm/mach-integrator/include/mach/cm.h +++ b/arch/arm/mach-integrator/include/mach/cm.h @@ -3,7 +3,7 @@   */  void cm_control(u32, u32); -#define CM_CTRL	IO_ADDRESS(INTEGRATOR_HDR_CTRL) +#define CM_CTRL	__io_address(INTEGRATOR_HDR_CTRL)  #define CM_CTRL_LED			(1 << 0)  #define CM_CTRL_nMBDET			(1 << 1)  |