firmware: bcm47xx_sprom: Fix -Wmissing-prototypes warnings
authorFlorian Fainelli <f.fainelli@gmail.com>
Sun, 26 Jul 2020 04:15:20 +0000 (21:15 -0700)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 17 Aug 2020 11:47:28 +0000 (13:47 +0200)
commitd92aabca4df182763cd541d342f2d55f8c0a827c
tree355d91105acb5a4b08253743e76355ed89a030d5
parent08b5666db72273d2054a2a48961c6c33f9d697b2
firmware: bcm47xx_sprom: Fix -Wmissing-prototypes warnings

bcm47xx_sprom.h did not include a prototype for bcm47xx_fill_sprom()
therefore add one, and make sure we do include that header to fix
-Wmissing-prototypes warnings.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
drivers/firmware/broadcom/bcm47xx_sprom.c
include/linux/bcm47xx_sprom.h