firmware: Fix missing inline
authorTakashi Iwai <tiwai@suse.de>
Tue, 23 Jul 2019 08:11:59 +0000 (10:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2019 08:20:25 +0000 (10:20 +0200)
commit333a2101f47c4360ee78bb827277615d405b1cf7
tree368b20444fffc876c2052f96b3b04ab385e76990
parent85697853beb2533ff4b387b4c26154c78425a0ff
firmware: Fix missing inline

I mistakenly dropped the inline while resolving the patch conflicts in
the previous fix patch.  Without inline, we get compiler warnings wrt
unused functions.

Note that Mauro's original patch contained the correct changes; it's
all my fault to submit a patch before a morning coffee.

Fixes: c8917b8ff09e ("firmware: fix build errors in paged buffer handling code")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20190723081159.22624-1-tiwai@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_loader/firmware.h