minor dependency bug, config_SERIO

From: Michal\\ Adamczak
Date: Sun Sep 14 2003 - 16:00:50 EST


just wanted to report that linux does not compile if
CONFIG_SERIO is a module

the output is:
//////////////
LD .tmp_vmlinux1
drivers/built-in.o(.text+0x696c6): In function `atkbd_interrupt':
: undefined reference to `serio_rescan'
drivers/built-in.o(.text+0x69d93): In function `atkbd_disconnect':
: undefined reference to `serio_close'
drivers/built-in.o(.text+0x69eb2): In function `atkbd_connect':
: undefined reference to `serio_open'
drivers/built-in.o(.text+0x6a044): In function `atkbd_connect':
: undefined reference to `serio_close'
drivers/built-in.o(.init.text+0x5c1b): In function `atkbd_init':
: undefined reference to `serio_register_device'
drivers/built-in.o(.exit.text+0x24b): In function `atkbd_exit':
: undefined reference to `serio_unregister_device
////////////////////
--
Michal\ Adamczak <pokryfka@xxxxxxxxxxxxxx>

-
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/