From: MyungJoo Ham Date: Wed, 21 Nov 2012 08:17:11 +0000 (+0900) Subject: PM / devfreq: remove compiler error when a governor is module X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~4^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883d588e556347c4b3221ac492a8acd8a75e730a;p=pandora-kernel.git PM / devfreq: remove compiler error when a governor is module With the intruction of patch, eff607fdb1f787da1fedf46ab6e64adc2afd1c5a, it became possible to include a governor as a module. Thus the #ifdef statement for a governor should become #if IS_ENABLED. Signed-off-by: MyungJoo Ham --- Reading git-diff-tree failed