From: <bob...@us...> - 2007-05-02 12:41:58
|
Revision: 968 http://svn.sourceforge.net/hackndev/?rev=968&view=rev Author: bobofdoom Date: 2007-05-02 05:41:55 -0700 (Wed, 02 May 2007) Log Message: ----------- ld: Fixed small error in suspend and resume macros when PM is disabled. Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_ide.c Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_ide.c =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_ide.c 2007-05-01 18:16:08 UTC (rev 967) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_ide.c 2007-05-02 12:41:55 UTC (rev 968) @@ -77,8 +77,8 @@ return 0; } #else -#define palmld_suspend NULL -#define palmld_resume NULL +#define palmld_ide_suspend NULL +#define palmld_ide_resume NULL #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |