Re: [PATCH 0/2] firmware: bcm47xx_sprom: Fix -Wmissing-prototypes warnings
Florian Fainelli <[email protected]> Fri, 7 Aug 2020 11:37:43 -0700
| Newsgroups | gmane.linux.ports.mips,gmane.linux.ports.mips.general,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/25/2020 9:15 PM, Florian Fainelli wrote: > Hi Thomas, > > This patch series fixes W=1 -Wmissing-prototypes warnings for the > bcm47xx_sprom.c firmware file. Thomas, can you apply these patches if you are fine with them? Thanks > > Thanks! > > Florian Fainelli (2): > firmware: bcm47xx_sprom: Fix -Wmissing-prototypes warnings > MIPS: BCM47xx: Include bcm47xx_sprom.h > > arch/mips/include/asm/mach-bcm47xx/bcm47xx.h | 4 +--- > drivers/firmware/broadcom/bcm47xx_sprom.c | 1 + > include/linux/bcm47xx_sprom.h | 10 ++++++++++ > 3 files changed, 12 insertions(+), 3 deletions(-) > -- Florian