Add missing #includes to some ITE Super I/O files.
authorJon Dufresne <jon.dufresne@gmail.com>
Fri, 1 Dec 2006 09:41:11 +0000 (09:41 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 1 Dec 2006 09:41:11 +0000 (09:41 +0000)
Signed-off-by: Jon Dufresne <jon.dufresne@gmail.com>
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2512 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

21 files changed:
src/superio/ite/it8661f/chip.h
src/superio/ite/it8661f/it8661f_early_serial.c
src/superio/ite/it8661f/superio.c
src/superio/ite/it8671f/chip.h
src/superio/ite/it8671f/it8671f_early_serial.c
src/superio/ite/it8671f/superio.c
src/superio/ite/it8673f/chip.h
src/superio/ite/it8673f/it8673f_early_serial.c
src/superio/ite/it8673f/superio.c
src/superio/ite/it8705f/chip.h
src/superio/ite/it8705f/it8705f_early_serial.c
src/superio/ite/it8705f/superio.c
src/superio/ite/it8712f/chip.h
src/superio/ite/it8712f/it8712f_early_serial.c
src/superio/ite/it8712f/superio.c
src/superio/ite/it8716f/chip.h
src/superio/ite/it8716f/it8716f_early_serial.c
src/superio/ite/it8716f/superio.c
src/superio/ite/it8718f/chip.h
src/superio/ite/it8718f/it8718f_early_serial.c
src/superio/ite/it8718f/superio.c

index 691f0e2ab57fb9aa0927245771c3d18988108809..cc4ae6bfd9d52d5cefab16f9910db400556afb8a 100644 (file)
@@ -23,6 +23,7 @@
 
 /* This chip doesn't seem to have keyboard and mouse support. */
 
+#include <device/device.h>
 #include <uart8250.h>
 
 extern struct chip_operations superio_ite_it8661f_ops;
index 522ddf71cfeceb42694d5ac09c05f247bcecef87..7a9b4925b70ca0d6efdfffa41f2c6d4d6c40f39a 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <arch/romcc_io.h>
+#include <device/device.h>
 #include "it8661f.h"
 
 /* The base address is 0x3f0, 0x3bd, or 0x370, depending on config bytes. */
index e0dd46b0d773b04b2bf320ccb81f573d06bd058b..5f04fc4acef8a58080c194ca4df3b768ff160c94 100644 (file)
@@ -20,8 +20,9 @@
 
 /* This chip doesn't seem to have keyboard and mouse support. */
 
+#include <device/device.h>
+#include <device/pnp.h>
 #include <uart8250.h>
-/* #include <pc80/keyboard.h> */
 #include "chip.h"
 #include "it8661f.h"
 
index 7f7f588fc02474d71c0078d3377677220667b4ff..1433f3f7884dab317aa9abc433f36dc724f38829 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef _SUPERIO_ITE_IT8671F
 #define _SUPERIO_ITE_IT8671F
 
+#include <device/device.h>
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
index 68cfcd4cacd8aea316a1beee57e78fc6f42d9e8f..62a9a88dd9214b8cc43b007c6bf24174c69d2102 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <arch/romcc_io.h>
+#include <device/device.h>
 #include "it8671f.h"
 
 /* The base address is 0x3f0, 0x3bd, or 0x370, depending on config bytes. */
index 885812ca3bb2a7e807befea98de0db8ce2a0a220..0f82cee41505d78433af45038c22fe23d51ed112 100644 (file)
@@ -18,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"
index a7011dd4efe589b860151da018658d3e7ee7ac13..8a8c840fe9e79a4b2e70ff154030d95e70fb5b05 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef _SUPERIO_ITE_IT8673F
 #define _SUPERIO_ITE_IT8673F
 
+#include <device/device.h>
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
index 3c8c492149a52467a34eafaa0eeae21d3dbfb3a8..b47d36f5e89f231aa246fba1a22ae018d699e3a2 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <arch/romcc_io.h>
+#include <device/device.h>
 #include "it8673f.h"
 
 /* The base address is 0x3f0, 0x3bd, or 0x370, depending on config bytes. */
index 63036e61f348271859fd811cbd650f7db583acd7..66b75ee164ca25962c6331eb33e5303ae77e954e 100644 (file)
@@ -18,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"
index 1a682c7b10ad20fa37e239216a2671ab98f52df0..3ebc6439cfcec6f0cae3bc7504104c36599a51cb 100644 (file)
@@ -23,6 +23,7 @@
 
 /* This chip doesn't seem to have keyboard and mouse support. */
 
+#include <device/device.h>
 #include <uart8250.h>
 
 extern struct chip_operations superio_ite_it8705f_ops;
index 3ae512725aa28ccbc1a5c75a2f0c2cafcf9ad03d..7b5c97e247bb6ab74c90fbf45530d4adc7231381 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <arch/romcc_io.h>
+#include <device/device.h>
 #include "it8705f.h"
 
 /* The base address is 0x2e or 0x4e, depending on config bytes. */
index de3640832f7d9828db961d4d57ce383ff9d033fa..27618526023cdf4672fe82d1528cea2b1d8c3b93 100644 (file)
@@ -20,6 +20,8 @@
 
 /* This chip doesn't seem to have keyboard and mouse support. */
 
+#include <device/device.h>
+#include <device/pnp.h>
 #include <uart8250.h>
 #include "chip.h"
 #include "it8705f.h"
index 44ed0e2a9fa71fba28b5852c7e0581b3284f9743..f784ec4fc8898d2b10953e41ee19583ed8f9cdfb 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef _SUPERIO_ITE_IT8712F
 #define _SUPERIO_ITE_IT8712F
 
+#include <device/device.h>
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
index e0828dfbf87b5a129294e337496481e18969058d..3d6c2e8f6a40ee63075b828c980cd2c691343f7d 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <arch/romcc_io.h>
+#include <device/device.h>
 #include "it8712f.h"
 
 /* The base address is 0x2e or 0x4e, depending on config bytes. */
index d49b94b7a1b98c9c638971e85b59559d485982d4..fa1d43e6cdab292bd64a0ac81197497a2699dff4 100644 (file)
@@ -18,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"
index 922716c7a66fad37a658772abb9ef02af72de894..fc52337a2a6b4843a334e40884a0e9204bc57d77 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef _SUPERIO_ITE_IT8716F
 #define _SUPERIO_ITE_IT8716F
 
+#include <device/device.h>
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
index 4dedc8ff6c274af3808d2db1b3d37a6ed28eedbe..7c451b7a4906ceebc537addcd80ed9f036bf3cd3 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <arch/romcc_io.h>
+#include <device/device.h>
 #include "it8716f.h"
 
 /* The base address is 0x2e or 0x4e, depending on config bytes. */
index edda47726c2708f240d171282bb32a048ad9e40c..cec01bb07d26fd3a07f5d0f864b8e884d1324d2a 100644 (file)
@@ -18,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"
index 95a8a0582143906807939b317bf19f34e5893c4b..2f1e29f72e042905eb489ebebb1b3cafebb41757 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef _SUPERIO_ITE_IT8718F
 #define _SUPERIO_ITE_IT8718F
 
+#include <device/device.h>
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
index 212f964604187642a0fdd684577fedf4aa07fe21..ed750a042dd0dc2fc16fda6e8d38846b3bf37a55 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <arch/romcc_io.h>
+#include <device/device.h>
 #include "it8718f.h"
 
 /* The base address is 0x2e or 0x4e, depending on config bytes. */
index 0b91eab388863fe62ec20df146d39f8fa270e79a..aeaadcf6b0bc3993164eb54b8092ab11816adcc3 100644 (file)
@@ -18,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"