All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap2+: pm: fix compilation break.
@ 2012-03-29 10:09 ` Govindraj.R
  0 siblings, 0 replies; 8+ messages in thread
From: Govindraj.R @ 2012-03-29 10:09 UTC (permalink / raw)
  To: linux-omap; +Cc: linux-arm-kernel, Govindraj.R, Kevin Hilman, Tony Lindgren

From: "Govindraj.R" <govindraj.raja@ti.com>

Fix the compilation break observed on latest mainline.

Fixes below compilation break:

arch/arm/mach-omap2/pm.c: In function 'omap_pm_begin':
arch/arm/mach-omap2/pm.c:239: error: implicit declaration of function 'disable_hlt'
arch/arm/mach-omap2/pm.c: In function 'omap_pm_end':
arch/arm/mach-omap2/pm.c:247: error: implicit declaration of function 'enable_hlt'

Cc: Kevin Hilman <khilman@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Govindraj.R <govindraj.raja@ti.com>
---
 arch/arm/mach-omap2/pm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c
index a7bdec6..70da4f7 100644
--- a/arch/arm/mach-omap2/pm.c
+++ b/arch/arm/mach-omap2/pm.c
@@ -16,6 +16,7 @@
 #include <linux/opp.h>
 #include <linux/export.h>
 #include <linux/suspend.h>
+#include <asm/system_misc.h>
 
 #include <plat/omap-pm.h>
 #include <plat/omap_device.h>
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-03-29 16:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-29 10:09 [PATCH] omap2+: pm: fix compilation break Govindraj.R
2012-03-29 10:09 ` Govindraj.R
2012-03-29 15:11 ` Tony Lindgren
2012-03-29 15:11   ` Tony Lindgren
2012-03-29 16:33   ` Tony Lindgren
2012-03-29 16:33     ` Tony Lindgren
2012-03-29 16:55     ` Kevin Hilman
2012-03-29 16:55       ` Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.