From: Minkyu Kang Date: Fri, 29 Nov 2013 01:02:34 +0000 (+0900) Subject: arm: exynos: fix the align for exynos4_power structure X-Git-Tag: v2014.01-rc2~42^2~12^2~9 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=771b3ba34ce80215b481e1aaade33bd3089d76a2;p=karo-tx-uboot.git arm: exynos: fix the align for exynos4_power structure res3 should be 4bytes Signed-off-by: Minkyu Kang Cc: Dominik Klein --- diff --git a/arch/arm/include/asm/arch-exynos/power.h b/arch/arm/include/asm/arch-exynos/power.h index 8db18c545c..2bfee18eb7 100644 --- a/arch/arm/include/asm/arch-exynos/power.h +++ b/arch/arm/include/asm/arch-exynos/power.h @@ -16,7 +16,7 @@ struct exynos4_power { unsigned int gnss_rtc_out_ctrl; unsigned char res2[0x1ec]; unsigned int system_power_down_ctrl; - unsigned char res3[0x1]; + unsigned int res3; unsigned int system_power_down_option; unsigned char res4[0x1f4]; unsigned int swreset;