]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e134100048c3a6c55a86d38c19c3729d4422ce8
tree368b20444fffc876c2052f96b3b04ab385e76990
parent31ab8d18fc3cc31ae83fdd685cf400e4e498940d
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: e6d7395c45a0 ("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