Author: uwe Date: 2007-02-24 16:18:22 +0100 (Sat, 24 Feb 2007) New Revision: 2558
Modified: trunk/LinuxBIOSv2/src/superio/winbond/w83627ehg/chip.h Log: Remove unused defines.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Ronald G. Minnich rminnich@gmail.com
Modified: trunk/LinuxBIOSv2/src/superio/winbond/w83627ehg/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/winbond/w83627ehg/chip.h 2007-02-19 19:11:20 UTC (rev 2557) +++ trunk/LinuxBIOSv2/src/superio/winbond/w83627ehg/chip.h 2007-02-24 15:18:22 UTC (rev 2558) @@ -19,18 +19,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
-#ifndef SIO_COM1 -#define SIO_COM1_BASE 0x3f8 -#endif -#ifndef SIO_COM2 -#define SIO_COM2_BASE 0x2f8 -#endif - -extern struct chip_operations superio_winbond_w83627ehg_ops; - #include <pc80/keyboard.h> #include <uart8250.h>
+extern struct chip_operations superio_winbond_w83627ehg_ops; + struct superio_winbond_w83627ehg_config { struct uart8250 com1, com2; struct pc_keyboard keyboard;