diff options
Diffstat (limited to 'src/superio/smsc/smscsuperio')
-rw-r--r-- | src/superio/smsc/smscsuperio/early_serial.c | 1 | ||||
-rw-r--r-- | src/superio/smsc/smscsuperio/smscsuperio.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/superio/smsc/smscsuperio/early_serial.c b/src/superio/smsc/smscsuperio/early_serial.c index 27e3ef266c..f058564ee6 100644 --- a/src/superio/smsc/smscsuperio/early_serial.c +++ b/src/superio/smsc/smscsuperio/early_serial.c @@ -16,6 +16,7 @@ */ #include <arch/io.h> +#include <device/pnp_ops.h> #include <device/pnp_def.h> #include <stdint.h> diff --git a/src/superio/smsc/smscsuperio/smscsuperio.h b/src/superio/smsc/smscsuperio/smscsuperio.h index 9e088b8687..c42328c09b 100644 --- a/src/superio/smsc/smscsuperio/smscsuperio.h +++ b/src/superio/smsc/smscsuperio/smscsuperio.h @@ -17,7 +17,7 @@ #ifndef SUPERIO_SMSC_SMSCSUPERIO_H #define SUPERIO_SMSC_SMSCSUPERIO_H -#include <arch/io.h> +#include <device/pnp_type.h> #include <stdint.h> /* All known/supported SMSC Super I/Os have the same logical device IDs |