Tony Lindgren <[email protected]> writes:

> * Tony Lindgren <[email protected]> [120329 08:14]:
>> * Govindraj.R <[email protected]> [120329 03:12]:
>> > From: "Govindraj.R" <[email protected]>
>> > 
>> > 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'
>> 
>> Care to mention which commit broke the compile?
>
> Seems like it was 9f97da78 (Disintegrate asm/system.h for ARM),
> and also needs to be fixed for omap1 too. Using the updated
> patch below.
>
> Tony
>
>
> From: Govindraj.R <[email protected]>
> Date: Thu, 29 Mar 2012 09:30:28 -0700
> Subject: [PATCH] ARM: OMAP: pm: fix compilation break
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
>
> Fix the compilation break observed on latest mainline caused
> by 9f97da78 (Disintegrate asm/system.h for ARM):
>
> arch/arm/mach-omap1/pm.c: In function ‘omap_pm_prepare’:
> arch/arm/mach-omap1/pm.c:587: error: implicit declaration of function 
> ‘disable_hlt’
> arch/arm/mach-omap1/pm.c: In function ‘omap_pm_finish’:
> arch/arm/mach-omap1/pm.c:624: error: implicit declaration of function 
> ‘enable_hlt’
> arch/arm/mach-omap1/pm.c: In function ‘omap_pm_init’:
> arch/arm/mach-omap1/pm.c:681: error: ‘arm_pm_idle’ undeclared (first use in 
> this function)
> ...
>
> 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 <[email protected]>
> Signed-off-by: Govindraj.R <[email protected]>
> [[email protected]: updated to fix omap1 too]
> Signed-off-by: Tony Lindgren <[email protected]>

Acked-by: Kevin Hilman <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to