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

@ -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 */

View File

@ -27,6 +27,7 @@
#include <stdlib.h>
#include <arch/io.h>
#include <delay.h>
#include <pc80/keyboard.h>
#include "ec.h"
#include "chip.h"

View File

@ -21,12 +21,10 @@
#define EC_GOOGLE_CHROMEEC_CHIP_H
#include <device/device.h>
#include <pc80/keyboard.h>
extern struct chip_operations ec_google_chromeec_ops;
struct ec_google_chromeec_config {
struct pc_keyboard keyboard;
};
#endif
#endif /* EC_GOOGLE_CHROMEEC_CHIP_H */

View File

@ -24,6 +24,7 @@
#include <arch/io.h>
#include <delay.h>
#include <device/pnp.h>
#include <pc80/keyboard.h>
#include "chip.h"
#include "ec.h"
#include "ec_commands.h"

View File

@ -23,13 +23,11 @@
#define _EC_QUANTA_ENE_KB3940Q_CHIP_H
#include <device/device.h>
#include <pc80/keyboard.h>
struct chip_operations;
extern struct chip_operations ec_quanta_ene_kb3940q_ops;
struct ec_quanta_ene_kb3940q_config {
struct pc_keyboard keyboard;
};
#endif /* _EC_QUANTA_ENE_KB3940Q_CHIP_H */

View File

@ -28,6 +28,7 @@
#include <stdlib.h>
#include <delay.h>
#include <elog.h>
#include <pc80/keyboard.h>
#include "ec.h"
#include "chip.h"

View File

@ -23,13 +23,11 @@
#define _EC_QUANTA_IT8518_CHIP_H
#include <device/device.h>
#include <pc80/keyboard.h>
struct chip_operations;
extern struct chip_operations ec_quanta_it8518_ops;
struct ec_quanta_it8518_config {
struct pc_keyboard keyboard;
};
#endif /* _EC_QUANTA_IT8518_CHIP_H */

View File

@ -22,6 +22,7 @@
#include <console/console.h>
#include <pc80/keyboard.h>
#ifndef __PRE_RAM__
#include <device/device.h>