From: Ming Lei Date: Wed, 26 Jun 2013 01:28:17 +0000 (+0800) Subject: firmware loader: fix another compile warning with PM_SLEEP unset X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~74^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2c123427ffece4174db0792c3009e7df770d9a;p=pandora-kernel.git firmware loader: fix another compile warning with PM_SLEEP unset This patch fixes another compiling warning with PM_SLEEP unset: drivers/base/firmware_class.c:221:29: warning: 'fw_lookup_buf' defined but not used [-Wunused-function] This time I do build kernel with both PM_SLEEP set and unset, and no warning found any more with the patch. Reported-by: Stephen Rothwell Signed-off-by: Ming Lei Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed