Please bear with me - another rename checkin. This qualifies as trivial, no
[coreboot.git] / src / superio / ite / it8671f / superio.c
index 007677db4c43dcbd6699037218810a1d41d8296d..0e00944f46394c42879cf7ef0dd79171457b855e 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the coreboot project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -16,6 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <device/device.h>
+#include <device/pnp.h>
 #include <uart8250.h>
 #include <pc80/keyboard.h>
 #include "chip.h"
@@ -77,7 +81,7 @@ static void enable_dev(struct device *dev)
 }
 
 struct chip_operations superio_ite_it8671f_ops = {
-       CHIP_NAME("ITE it8671f")
+       CHIP_NAME("ITE IT8671F Super I/O")
        .enable_dev = enable_dev,
 };