Skip to content

Commit

Permalink
arm: exynos: fix the align for exynos4_power structure
Browse files Browse the repository at this point in the history
res3 should be 4bytes

Signed-off-by: Minkyu Kang <[email protected]>
Cc: Dominik Klein <[email protected]>
  • Loading branch information
MinkyuKang committed Dec 3, 2013
1 parent a85ca22 commit 771b3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/include/asm/arch-exynos/power.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 771b3ba

Please sign in to comment.