From: Steve French Date: Tue, 25 Oct 2011 15:02:53 +0000 (-0500) Subject: Fix build break when freezer not configured X-Git-Tag: v3.2-rc1~133^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c8ea1a69410ef44043646938a6a4175f5307e4;p=pandora-kernel.git Fix build break when freezer not configured fs/cifs/transport.c: In function 'wait_for_response': fs/cifs/transport.c:328: error: implicit declaration of function 'wait_event_freezekillable' Caused by commit f06ac72e9291 ("cifs, freezer: add wait_event_freezekillable and have cifs use it"). In this config, CONFIG_FREEZER is not set. Reviewed-by: Shirish Pargaonkar CC: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed