aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek
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/superio/fintek
parentf6f1ad6376fd3770c40c66b45ee89fe7029683de (diff)
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/superio/fintek')
-rw-r--r--src/superio/fintek/f71869ad/chip.h3
-rw-r--r--src/superio/fintek/f71869ad/superio.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/src/superio/fintek/f71869ad/chip.h b/src/superio/fintek/f71869ad/chip.h
index ddad589847..e12e51dda9 100644
--- a/src/superio/fintek/f71869ad/chip.h
+++ b/src/superio/fintek/f71869ad/chip.h
@@ -21,12 +21,9 @@
#ifndef SUPERIO_FINTEK_F71869AD_CHIP_H
#define SUPERIO_FINTEK_F71869AD_CHIP_H
-#include <pc80/keyboard.h>
#include <stdint.h>
struct superio_fintek_f71869ad_config {
- struct pc_keyboard keyboard;
-
/* Member variables are defined in devicetree.cb. */
uint8_t multi_function_register_1;
uint8_t multi_function_register_2;
diff --git a/src/superio/fintek/f71869ad/superio.c b/src/superio/fintek/f71869ad/superio.c
index 93ec33c9f0..2664f99ba0 100644
--- a/src/superio/fintek/f71869ad/superio.c
+++ b/src/superio/fintek/f71869ad/superio.c
@@ -24,6 +24,7 @@
#include <superio/conf_mode.h>
#include <console/console.h>
#include <stdlib.h>
+#include <pc80/keyboard.h>
#include "fintek_internal.h"
#include "chip.h"