You're doing it again; maybe you should read back at the comments last
time you posted a patch on this subject? apm.c is present in my tree,
but not yours.
> diff -Nur -x SCCS -x CVS -x ChangeSet -x .deps linus-2.5/arch/arm/mach-pxa/Makefile thunder-2.5/arch/arm/mach-pxa/Makefile
> --- linus-2.5/arch/arm/mach-pxa/Makefile Sat Aug 24 04:50:19 2002
> +++ thunder-2.5/arch/arm/mach-pxa/Makefile Sun Aug 25 08:18:49 2002
> @@ -12,7 +12,7 @@
> obj-n :=
> obj- :=
>
> -export-objs := generic.o irq.o dma.o sa1111.o
> +export-objs := generic.o dma.o
sa1111.o not merged yet (not even with me). Hands orf.
> diff -Nur -x SCCS -x CVS -x ChangeSet -x .deps linus-2.5/arch/arm/mach-sa1100/Makefile thunder-2.5/arch/arm/mach-sa1100/Makefile
> --- linus-2.5/arch/arm/mach-sa1100/Makefile Sat Aug 24 04:50:20 2002
> +++ thunder-2.5/arch/arm/mach-sa1100/Makefile Sun Aug 25 08:20:30 2002
> @@ -11,8 +11,7 @@
> obj- :=
> led-y := leds.o
>
> -export-objs := dma.o generic.o irq.o pcipool.o sa1111.o sa1111-pcibuf.o \
> - usb_ctl.o usb_recv.o usb_send.o pm.o
> +export-objs := dma.o generic.o pcipool.o sa1111.o sa1111-pcibuf.o pm.o
The usb stuff has moved into a subdirectory now, so yea.
-- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/