From 1c0a5aa11f48367c2a2074258b106927556148e6 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 2 Nov 2011 15:46:40 -0700 Subject: [PATCH] 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-format-patch failed