Re: [PATCH 1/1] sunxi: remove __packed from struct sunxi_prcm_reg

2019-12-18 Thread Jagan Teki
On Wed, Dec 18, 2019 at 3:25 AM Heinrich Schuchardt wrote: > > 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

[PATCH 1/1] sunxi: remove __packed from struct sunxi_prcm_reg

2019-12-17 Thread Heinrich Schuchardt
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’: