From 0796c0486a5113456fd457727a61878b3f008952 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 7 Nov 2011 09:18:17 -0800 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 -- 2.47.3