From: Tony Lindgren Date: Wed, 2 Nov 2011 22:46:40 +0000 (-0700) Subject: PM / OPP: Fix build when CONFIG_PM_OPP is not set X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c0a5aa11f48367c2a2074258b106927556148e6;p=pandora-kernel.git PM / OPP: Fix build when CONFIG_PM_OPP is not set Commit 03ca370fbf7b76d6d002380dbdc2cdc2319f9c80 (PM / OPP: Add OPP availability change notifier) does not compile if CONFIG_PM_OPP is not set: arch/arm/plat-omap/omap-pm-noop.o: In function `opp_get_notifier': include/linux/opp.h:103: multiple definition of `opp_get_notifier' include/linux/opp.h:103: first defined here Also fix incorrect comment. Cc: MyungJoo Ham Cc: Kyungmin Park Cc: Mike Turquette Cc: Kevin Hilman Cc: Rafael J. Wysocki Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed