* "compat_agp_ioctl" [drivers/char/agp/agpgart.ko] undefined!
@ 2007-02-19 12:29 Olaf Hering
2007-02-19 13:26 ` Zwane Mwaikambo
0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2007-02-19 12:29 UTC (permalink / raw)
To: linux-kernel, davej
2.6.20-git14
cp arch/powerpc/configs/g5_defconfig ../O-linus/.config
time env LC_ALL=C make -k O=../O-linus
...
Building modules, stage 2.
MODPOST 127 modules
WARNING: "compat_agp_ioctl" [drivers/char/agp/agpgart.ko] undefined!
make[2]: *** [__modpost] Error 1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: "compat_agp_ioctl" [drivers/char/agp/agpgart.ko] undefined!
2007-02-19 12:29 "compat_agp_ioctl" [drivers/char/agp/agpgart.ko] undefined! Olaf Hering
@ 2007-02-19 13:26 ` Zwane Mwaikambo
0 siblings, 0 replies; 2+ messages in thread
From: Zwane Mwaikambo @ 2007-02-19 13:26 UTC (permalink / raw)
To: Olaf Hering; +Cc: linux-kernel, davej
On Mon, 19 Feb 2007, Olaf Hering wrote:
>
> 2.6.20-git14
>
> cp arch/powerpc/configs/g5_defconfig ../O-linus/.config
> time env LC_ALL=C make -k O=../O-linus
> ...
> Building modules, stage 2.
> MODPOST 127 modules
> WARNING: "compat_agp_ioctl" [drivers/char/agp/agpgart.ko] undefined!
> make[2]: *** [__modpost] Error 1
Fixed in Andrew's tree;
Index: drivers/char/agp/Makefile
===================================================================
RCS file: /home/cvsroot/linux-2.6.20-rc3/drivers/char/agp/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -B -r1.1.1.1 Makefile
--- drivers/char/agp/Makefile 8 Jan 2007 06:36:24 -0000 1.1.1.1
+++ drivers/char/agp/Makefile 16 Feb 2007 06:29:10 -0000
@@ -1,5 +1,7 @@
agpgart-y := backend.o frontend.o generic.o isoch.o
+agpgart-$(CONFIG_COMPAT) += compat_ioctl.o
+
obj-$(CONFIG_AGP) += agpgart.o
obj-$(CONFIG_AGP_ALI) += ali-agp.o
obj-$(CONFIG_AGP_ATI) += ati-agp.o
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-19 13:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-19 12:29 "compat_agp_ioctl" [drivers/char/agp/agpgart.ko] undefined! Olaf Hering
2007-02-19 13:26 ` Zwane Mwaikambo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.