diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-09 21:15:13 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-09 21:15:13 +0000 |
commit | 3d5bb236aa6147ce24d9618f2d482e76eefc58c6 (patch) | |
tree | e6769779f4f549224c3c39704a4fa98b12c335a4 /src/superio/smsc | |
parent | bf9e5384d7c25be41d008d29c38b24155676acc0 (diff) |
Move includes to where they are needed. This allows to simplify
romstage.c files in mainboards.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5539 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc')
-rw-r--r-- | src/superio/smsc/smscsuperio/smscsuperio_early_serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c b/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c index 28022b649e..de2e891742 100644 --- a/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c +++ b/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c @@ -19,6 +19,7 @@ */ #include <arch/romcc_io.h> +#include <device/pnp_def.h> /* All known/supported SMSC Super I/Os have the same logical device IDs * for the serial ports (COM1, COM2). |