Re: Compilation Error in arch/i386/apm.c

From: Yoichi Yuasa
Date: Thu Nov 17 2005 - 08:52:23 EST


On Thu, 17 Nov 2005 11:59:48 +0900 (JST)
YOSHIFUJI Hideaki <yoshfuji@xxxxxxxxxxxxxx> wrote:

> Failed to compile current git tree.

Please check CONFIG_PM_LEGACY in your config.

Yoichi

> % make
> CHK include/linux/version.h
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> CHK usr/initramfs_list
> CC [M] arch/i386/kernel/apm.o
> arch/i386/kernel/apm.c: In function `apm_init':
> arch/i386/kernel/apm.c:2304: error: `pm_active' undeclared (first use in this function)
> arch/i386/kernel/apm.c:2304: error: (Each undeclared identifier is reported only once
> arch/i386/kernel/apm.c:2304: error: for each function it appears in.)
> arch/i386/kernel/apm.c: In function `apm_exit':
> arch/i386/kernel/apm.c:2410: error: `pm_active' undeclared (first use in this function)
> make[1]: *** [arch/i386/kernel/apm.o] Error 1
> make: *** [arch/i386/kernel] Error 2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/