On Fri, Feb 11, 2011 at 11:22 AM, Amit Kachhap wrote:
> yes this is a temporary patch untill all the PM
> components(sleep/resume) are mainlined.
> The exact compilation error is,
>
> CC arch/arm/plat-samsung/pm.o
> arch/arm/plat-samsung/pm.c:32: fatal error: mach/pm-core.h: No such
> file o
yes this is a temporary patch untill all the PM
components(sleep/resume) are mainlined.
The exact compilation error is,
CC arch/arm/plat-samsung/pm.o
arch/arm/plat-samsung/pm.c:32: fatal error: mach/pm-core.h: No such
file or directory
compilation terminated.
make[1]: *** [arch/arm/plat-sams
On Sat, Feb 12, 2011 at 7:06 PM, Amit Daniel Kachhap
wrote:
> Enabling the macro CONFIG_PM_DEBUG is causing compilation error as all PM
> components
> are included which is not in mainline for samsung V310 platform, therefore,
> this patch
> removes the dependency on macro CONFIG_PM_DEBUG for cl
Enabling the macro CONFIG_PM_DEBUG is causing compilation error as all PM
components
are included which is not in mainline for samsung V310 platform, therefore,
this patch
removes the dependency on macro CONFIG_PM_DEBUG for clock debugging through
debugfs
interface.
Signed-off-by: Amit Daniel K