From 0fa692e68dc5ce692e018063badf79c847ae75cc Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 14 Mar 2002 14:49:08 +0000 Subject: [PATCH] Fixes --- src/superio/SMC/fdc37b72x/superio.c | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/superio/SMC/fdc37b72x/superio.c b/src/superio/SMC/fdc37b72x/superio.c index b96a6b1d02..62f4958be4 100644 --- a/src/superio/SMC/fdc37b72x/superio.c +++ b/src/superio/SMC/fdc37b72x/superio.c @@ -294,24 +294,6 @@ struct superio_control superio_winbond_w83977ef_control = { init: setup_devices, finishup: (void *) 0, defaultport: PNPADDR, - name: "WinBond w83977tf" + name: "SMC fdc37b72x" }; -#ifndef USE_NEW_SUPERIO_INTERFACE - -// this must die soon. -void -final_superio_fixup() -{ - static struct superio temp = { &superio_winbond_w83977ef_control, - .com1={1}, .floppy=1}; - - finishup(&temp); -/* - enable_com(PNP_COM1_DEVICE); - enable_com(PNP_COM2_DEVICE); - - exit_pnp(); -*/ -} -#endif