aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8728f/early_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8728f/early_serial.c')
-rw-r--r--src/superio/ite/it8728f/early_serial.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/superio/ite/it8728f/early_serial.c b/src/superio/ite/it8728f/early_serial.c
index 7fbd061ab0..c2632eff34 100644
--- a/src/superio/ite/it8728f/early_serial.c
+++ b/src/superio/ite/it8728f/early_serial.c
@@ -18,7 +18,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "early_serial.h"
+
+#include <arch/io.h>
+#include <device/pnp.h>
+#include "it8728f.h"
/* Superio raw commands */
static void it8728f_sio_write(device_t dev, u8 index, u8 value)