From 517e03ebfbb611b9653e3f706e59a05df7ad9412 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 4 Jun 2007 15:15:05 +0000 Subject: [PATCH] no more linker hacks in v3, except for the .S parts. Signed-off-by: Ronald G. Minnich Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@342 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/console.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/console.h b/include/console.h index 08c9dc8ea8..eed2818c3a 100644 --- a/include/console.h +++ b/include/console.h @@ -45,12 +45,6 @@ struct console_driver { 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, ...);