From 3e5bf5fb0660704a2e3f0e4cf83fe411c88048e2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 27 Apr 2005 11:38:43 +0000 Subject: console.c uses the generic table mechanism --- src/core/console.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/console.c b/src/core/console.c index 6e92cb54f..2fbf86380 100644 --- a/src/core/console.c +++ b/src/core/console.c @@ -18,8 +18,8 @@ */ #include "bios.h" -extern struct console_driver console_drivers[]; -extern struct console_driver console_drivers_end[]; +static struct console_driver console_drivers[0] __table_start ( console ); +static struct console_driver console_drivers_end[0] __table_end ( console ); /***************************************************************************** * putchar : write a single character to each console -- cgit v1.2.3-55-g7522