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, ...);