summaryrefslogtreecommitdiffstats
path: root/src/ec/compal
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-04-30 20:41:41 +1000
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-13 12:14:34 +0200
commite1fe688c9bf69781d40ef8568b35ea307eaa41a8 (patch)
treebbc8dcc060eb8505f4dd858eb28ac7309884be16 /src/ec/compal
parentf6f1ad6376fd3770c40c66b45ee89fe7029683de (diff)
downloadcoreboot-e1fe688c9bf69781d40ef8568b35ea307eaa41a8.tar.gz
coreboot-e1fe688c9bf69781d40ef8568b35ea307eaa41a8.tar.bz2
coreboot-e1fe688c9bf69781d40ef8568b35ea307eaa41a8.zip
src/*: Remove the last remnants of struct keyboard
Change-Id: I7d0e8d2119a470428cfc01c0738b8988ab75ba2d Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5624 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/ec/compal')
-rw-r--r--src/ec/compal/ene932/chip.h2
-rw-r--r--src/ec/compal/ene932/ec.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/ec/compal/ene932/chip.h b/src/ec/compal/ene932/chip.h
index 5d209ffa0514..7dcd3ebdd838 100644
--- a/src/ec/compal/ene932/chip.h
+++ b/src/ec/compal/ene932/chip.h
@@ -23,13 +23,11 @@
#define _EC_COMPAL_ENE932_CHIP_H
#include <device/device.h>
-#include <pc80/keyboard.h>
struct chip_operations;
extern struct chip_operations ec_compal_ene932_ops;
struct ec_compal_ene932_config {
- struct pc_keyboard keyboard;
};
#endif /* _EC_COMPAL_ENE932_CHIP_H */
diff --git a/src/ec/compal/ene932/ec.c b/src/ec/compal/ene932/ec.c
index e60a0ac9e060..2e83b4ccc4f5 100644
--- a/src/ec/compal/ene932/ec.c
+++ b/src/ec/compal/ene932/ec.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <arch/io.h>
#include <delay.h>
+#include <pc80/keyboard.h>
#include "ec.h"
#include "chip.h"