Message ID | 20200726041521.5398-1-f.fainelli@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | firmware: bcm47xx_sprom: Fix -Wmissing-prototypes warnings | expand |
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(-) >
On Fri, Aug 07, 2020 at 11:37:43AM -0700, Florian Fainelli wrote: > > > 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 I was unsure about the maintainer status of drivers/firmware/broadcom, but I'll apply it to mips-next after merge window. Thomas.
On Sat, Jul 25, 2020 at 09:15:19PM -0700, Florian Fainelli wrote: > Hi Thomas, > > This patch series fixes W=1 -Wmissing-prototypes warnings for the > bcm47xx_sprom.c firmware file. > > 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(-) series applied to mips-next. Thomas.