PM / devfreq: remove compiler error when a governor is module
With the intruction of patch, eff607fd,
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 <myungjoo.ham@samsung.com>