Add missing #includes to some ITE Super I/O files.
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
This commit is contained in:
parent
3d91ecb876
commit
39b13f4fa0
|
@ -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;
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#ifndef _SUPERIO_ITE_IT8671F
|
||||
#define _SUPERIO_ITE_IT8671F
|
||||
|
||||
#include <device/device.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#ifndef _SUPERIO_ITE_IT8673F
|
||||
#define _SUPERIO_ITE_IT8673F
|
||||
|
||||
#include <device/device.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#ifndef _SUPERIO_ITE_IT8712F
|
||||
#define _SUPERIO_ITE_IT8712F
|
||||
|
||||
#include <device/device.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#ifndef _SUPERIO_ITE_IT8716F
|
||||
#define _SUPERIO_ITE_IT8716F
|
||||
|
||||
#include <device/device.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#ifndef _SUPERIO_ITE_IT8718F
|
||||
#define _SUPERIO_ITE_IT8718F
|
||||
|
||||
#include <device/device.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue