From b63ad0882a16a5d28003e57f2b0b81dee3fb322b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 28 Nov 2000 03:58:46 +0000 Subject: Merge with 2.4.0-test11. --- drivers/char/rio/rio_linux.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/char/rio') diff --git a/drivers/char/rio/rio_linux.c b/drivers/char/rio/rio_linux.c index 7ff56f84f..6b0e3d298 100644 --- a/drivers/char/rio/rio_linux.c +++ b/drivers/char/rio/rio_linux.c @@ -1103,8 +1103,6 @@ void fix_rio_pci (PDEV) #define rio_init init_module #endif -extern int gs_debug; - int rio_init(void) { int found = 0; @@ -1129,7 +1127,6 @@ int rio_init(void) func_enter(); rio_dprintk (RIO_DEBUG_INIT, "Initing rio module... (rio_debug=%d)\n", rio_debug); - gs_debug = rio_debug >> 24; if (abs ((long) (&rio_debug) - rio_debug) < 0x10000) { printk (KERN_WARNING "rio: rio_debug is an address, instead of a value. " -- cgit v1.2.3