projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a85ca22
)
arm: exynos: fix the align for exynos4_power structure
author
Minkyu Kang
<mk7.kang@samsung.com>
Fri, 29 Nov 2013 01:02:34 +0000
(10:02 +0900)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Tue, 3 Dec 2013 00:40:24 +0000
(09:40 +0900)
res3 should be 4bytes
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Cc: Dominik Klein <dominik.klein@gmx.com>
arch/arm/include/asm/arch-exynos/power.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-exynos/power.h
b/arch/arm/include/asm/arch-exynos/power.h
index 8db18c545c9951df4875e39ab0cca87c2a41999b..2bfee18eb7e784de7756380ec953bbe2d6656964 100644
(file)
--- 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;