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>
This commit is contained in:
Edward O'Callaghan
2014-04-30 20:41:41 +10:00
committed by Kyösti Mälkki
parent f6f1ad6376
commit e1fe688c9b
16 changed files with 6 additions and 112 deletions

View File

@@ -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;

View File

@@ -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"