Re: undefined "pm3fb_setup()"

2007-05-12 Thread Antonino A. Daplas
On Sat, 2007-05-12 at 11:59 -0400, Robert P. J. Day wrote: > On Sat, 12 May 2007, Antonino A. Daplas wrote: > > > On Sat, 2007-05-12 at 06:32 -0400, Robert P. J. Day wrote: > ok, so is someone already fixing this? Already sent Linus and akpm a patch. Thanks. Tony - To unsubscribe from this

Re: undefined "pm3fb_setup()"

2007-05-12 Thread Robert P. J. Day
On Sat, 12 May 2007, Antonino A. Daplas wrote: > On Sat, 2007-05-12 at 06:32 -0400, Robert P. J. Day wrote: > > i'm guessing someone's already spotted this but, with "make > > allyesconfig" on x86: > > > > ... > > LD .tmp_vmlinux1 > > drivers/built-in.o: In function `pm3fb_init': > > driv

Re: undefined "pm3fb_setup()"

2007-05-12 Thread Antonino A. Daplas
On Sat, 2007-05-12 at 06:32 -0400, Robert P. J. Day wrote: > i'm guessing someone's already spotted this but, with "make > allyesconfig" on x86: > > ... > LD .tmp_vmlinux1 > drivers/built-in.o: In function `pm3fb_init': > drivers/video/pm3fb.c:977: undefined reference to `pm3fb_setup' > .

undefined "pm3fb_setup()"

2007-05-12 Thread Robert P. J. Day
i'm guessing someone's already spotted this but, with "make allyesconfig" on x86: ... LD .tmp_vmlinux1 drivers/built-in.o: In function `pm3fb_init': drivers/video/pm3fb.c:977: undefined reference to `pm3fb_setup' ... the reason seems to be this excerpt from drivers/video/pm3fb.c: ===