Re: [PATCH 1/3] ARM: socfpga: reset-manager: fix Wmissing-prototypes

2019-10-18 Thread Sascha Hauer
On Thu, Oct 17, 2019 at 08:09:26AM +0200, Steffen Trumtrar wrote: > Fix the following warnings > > arch/arm/mach-socfpga/arria10-reset-manager.c:152:6: warning: no previous > prototype for > 'arria10_reset_deassert_shared_peripherals_q1' [-Wmissing-prototypes] > 152 | void

[PATCH 1/3] ARM: socfpga: reset-manager: fix Wmissing-prototypes

2019-10-17 Thread Steffen Trumtrar
Fix the following warnings arch/arm/mach-socfpga/arria10-reset-manager.c:152:6: warning: no previous prototype for 'arria10_reset_deassert_shared_peripherals_q1' [-Wmissing-prototypes] 152 | void arria10_reset_deassert_shared_peripherals_q1(uint32_t *mask0, |