Author: rminnich Date: 2007-06-04 17:15:05 +0200 (Mon, 04 Jun 2007) New Revision: 342
Modified: LinuxBIOSv3/include/console.h Log: no more linker hacks in v3, except for the .S parts.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: LinuxBIOSv3/include/console.h =================================================================== --- LinuxBIOSv3/include/console.h 2007-06-02 12:28:58 UTC (rev 341) +++ LinuxBIOSv3/include/console.h 2007-06-04 15:15:05 UTC (rev 342) @@ -45,12 +45,6 @@ int (*tst_byte)(void); };
-#define __console __attribute__((used, __section__ (".rodata.console_drivers"))) - -/* Defined by the linker... */ -extern struct console_driver console_drivers[]; -extern struct console_driver econsole_drivers[]; - // int printk(int msg_level, const char *fmt, ...);