From: Ming Lei Date: Thu, 20 Jun 2013 04:30:16 +0000 (+0800) Subject: firmware loader: fix compile warning with PM_SLEEP set X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~74^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f8908127b55aa22f5a995880d5ac8cd23fbe1e;p=pandora-kernel.git firmware loader: fix compile warning with PM_SLEEP set This patch fixes the below compile warning: drivers/base/firmware_class.c:1254:12: warning: 'cache_firmware' defined but not used [-Wunused-function] static int cache_firmware(const char *fw_name) ^ drivers/base/firmware_class.c:1281:12: warning: 'uncache_firmware' defined but not used [-Wunused-function] static int uncache_firmware(const char *fw_name) ^ Reported-by: Stephen Rothwell Signed-off-by: Ming Lei Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed