On 24 September 2016 at 07:03, Baoyou Xie <baoyou.xie@xxxxxxxxxx> wrote: > We get 1 warning when building kernel with W=1: > drivers/firmware/broadcom/bcm47xx_sprom.c:717:5: warning: no previous prototype for 'bcm47xx_sprom_register_fallbacks' [-Wmissing-prototypes] > > In fact, this function is declared in include/linux/bcm47xx_sprom.h, > so this patch adds missing header dependencies. > > Signed-off-by: Baoyou Xie <baoyou.xie@xxxxxxxxxx> Acked-by: Rafał Miłecki <rafal@xxxxxxxxxx>