cleanup patch from Uwe Hermann.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2375 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
#ifndef SIO_COM1
|
||||
#define SIO_COM1_BASE 0x3F8
|
||||
#endif
|
||||
#ifndef SIO_COM2
|
||||
#define SIO_COM2_BASE 0x2F8
|
||||
#endif
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_lpc47b272_ops;
|
||||
|
||||
|
@@ -1,10 +1,3 @@
|
||||
#ifndef SIO_COM1
|
||||
#define SIO_COM1_BASE 0x3F8
|
||||
#endif
|
||||
#ifndef SIO_COM2
|
||||
#define SIO_COM2_BASE 0x2F8
|
||||
#endif
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_lpc47b397_ops;
|
||||
|
||||
|
@@ -1,10 +1,3 @@
|
||||
#ifndef SIO_COM1
|
||||
#define SIO_COM1_BASE 0x3F8
|
||||
#endif
|
||||
#ifndef SIO_COM2
|
||||
#define SIO_COM2_BASE 0x2F8
|
||||
#endif
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_lpc47n217_ops;
|
||||
|
||||
|
Reference in New Issue
Block a user