From 9d65e6ec02f459d539b605317a32bdaecb114117 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 11 Aug 2006 23:48:14 +0000 Subject: cleanup patch from Uwe Hermann. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2375 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/NSC/pc97317/chip.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/superio/NSC/pc97317') diff --git a/src/superio/NSC/pc97317/chip.h b/src/superio/NSC/pc97317/chip.h index a51a6d3378..10ad1cc4a7 100644 --- a/src/superio/NSC/pc97317/chip.h +++ b/src/superio/NSC/pc97317/chip.h @@ -7,12 +7,6 @@ #ifndef PNP_DATA_REG #define PNP_DATA_REG 0x15D #endif -#ifndef SIO_COM1 -#define SIO_COM1_BASE 0x3F8 -#endif -#ifndef SIO_COM2 -#define SIO_COM2_BASE 0x2F8 -#endif extern struct chip_operations superio_NSC_pc97317_ops; -- cgit v1.2.3