diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-04-30 20:41:41 +1000 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-13 12:14:34 +0200 |
commit | e1fe688c9bf69781d40ef8568b35ea307eaa41a8 (patch) | |
tree | bbc8dcc060eb8505f4dd858eb28ac7309884be16 /src/superio/fintek/f71869ad/superio.c | |
parent | f6f1ad6376fd3770c40c66b45ee89fe7029683de (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/f71869ad/superio.c')
-rw-r--r-- | src/superio/fintek/f71869ad/superio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |