summaryrefslogtreecommitdiff
path: root/drivers/led
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-12-17 22:55:42 +0100
committerJagan Teki <jagan@amarulasolutions.com>2019-12-18 20:19:58 +0530
commit421e7a41c67e69916bff2f5706926ccfa641d1f5 (patch)
tree68b406af5fa808540c60d0b7014ec2e2921e3977 /drivers/led
parente7c15b7ab8e3e1c053c4b0acaf025487c43244b7 (diff)
sunxi: remove __packed from struct sunxi_prcm_reg
struct sunxi_prcm_reg is naturally packed. There is no need to define it as packed. Defining it as packed leads to compilation errors with GCC 9.2.1: CC arch/arm/lib/reloc_arm_efi.o arch/arm/cpu/armv7/sunxi/psci.c: In function ‘sunxi_cpu_set_power’: :qarch/arm/cpu/armv7/sunxi/psci.c:163:21: error: taking address of packed member of ‘struct sunxi_prcm_reg’ may result in an unaligned pointer value [-Werror=address-of-packed-member] 163 | sunxi_power_switch(&prcm->cpu_pwr_clamp[cpu], &prcm->cpu_pwroff, | ^~~~~~~~~~~~~~~~~~~~~~~~~ Remove __packed attribute from struct sunxi_prcm_reg. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'drivers/led')
0 files changed, 0 insertions, 0 deletions