diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-08-05 09:05:31 (GMT) |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 12:58:17 (GMT) |
commit | 9c471142bc6c5aa01532ba85ead8509bbf2eb153 (patch) | |
tree | 31f9e67e6c63a7abf63997bb9542fbd3075a61da /arch/arm/include/asm/arch-mxs/regs-power.h | |
parent | ddcf13b15231ee2dca99285349b143c365ce5173 (diff) | |
download | u-boot-9c471142bc6c5aa01532ba85ead8509bbf2eb153.tar.xz |
mxs: prefix register structs with 'mxs' prefix
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'arch/arm/include/asm/arch-mxs/regs-power.h')
-rw-r--r-- | arch/arm/include/asm/arch-mxs/regs-power.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mxs/regs-power.h b/arch/arm/include/asm/arch-mxs/regs-power.h index 3c9e3b0..a46a372 100644 --- a/arch/arm/include/asm/arch-mxs/regs-power.h +++ b/arch/arm/include/asm/arch-mxs/regs-power.h @@ -25,7 +25,7 @@ #include <asm/arch/regs-common.h> #ifndef __ASSEMBLY__ -struct mx28_power_regs { +struct mxs_power_regs { mxs_reg_32(hw_power_ctrl) mxs_reg_32(hw_power_5vctrl) mxs_reg_32(hw_power_minpwr) |