From: Ming Lei Date: Tue, 4 Jun 2013 02:01:13 +0000 (+0800) Subject: firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPER X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~74^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf1f0648e8cd6d2208b1d3bfabd6501f5a9407f;p=pandora-kernel.git firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPER This patch fixes one build failure which is introduced by the patch below: driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspend When CONFIG_FW_LOADER_USER_HELPER is unset, kill_requests_without_uevent() should be nop because no userspace loading is involved. Reported-by: kbuild test robot Signed-off-by: Ming Lei Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed