On Tue, 10 Jul 2007, linux-mips@xxxxxxxxxxxxxx wrote: > LD vmlinux > SYSMAP System.map > SYSMAP .tmp_System.map > MODPOST vmlinux > WARNING: drivers/built-in.o(.data+0x2480): Section mismatch: reference to .init.text: (between 'sercons' and 'ds_parms') > > Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > > --- > > drivers/tc/zs.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) It looks like a bogus warning -- I presume it comes from a reference from "sercons" to serial_console_setup() -- but the driver is going away, so I could not care less... Maciej