Re: [PATCH] PM: Fix compile error

2008-11-25 Thread Kevin Hilman
Sanjeev, Sanjeev Premi [EMAIL PROTECTED] writes: Function pm_dbg_update_time() is defined in within an #ifdef CONFIG_DEBUG_FS; leading to this error: arch/arm/mach-omap2/built-in.o: In function `_pwrdm_state_switch':

[PATCH] PM: Fix compile error

2008-11-20 Thread Sanjeev Premi
Function pm_dbg_update_time() is defined in within an #ifdef CONFIG_DEBUG_FS; leading to this error: arch/arm/mach-omap2/built-in.o: In function `_pwrdm_state_switch': /db/psp_git/users/a0756819/omap-kern-latest/arch/arm/mach-omap2/powerdomain.c:139: undefined reference to `pm_dbg_update_time'