]> git.karo-electronics.de Git - karo-tx-linux.git/commit
firmware loader: fix compile warning
authorMing Lei <ming.lei@canonical.com>
Thu, 6 Jun 2013 11:52:54 +0000 (19:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2013 19:22:28 +0000 (12:22 -0700)
commit5b7cb7a1289b77b942e0833c57d76287878315c2
treebab3cc81f098dde9e3fe1cd23e5f6c3d910c32cb
parentddf1f0648e8cd6d2208b1d3bfabd6501f5a9407f
firmware loader: fix compile warning

The commit ddf1f0648e8c("firmware loader: fix build failure
with !CONFIG_FW_LOADER_USER_HELPER") introduces the below
warning:

drivers/base/firmware_class.c:921:13: warning:
'kill_requests_without_uevent' defined but not used [-Wunused-function]

So fix it by defining kill_requests_without_uevent() only if
CONFIG_PM_SLEEP is set.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ming Lei <ming.lei@canonical.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c