Auto-declare chip_operations
The name is derived directly from the device path. Change-Id: If2053d14f0e38a5ee0159b47a66d45ff3dff649a Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1471 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
committed by
Anton Kochkov
parent
0d5d70b79a
commit
fee73df07a
@@ -25,8 +25,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_smsc_fdc37m60x_ops;
|
||||
|
||||
struct superio_smsc_fdc37m60x_config {
|
||||
|
||||
struct pc_keyboard keyboard;
|
||||
|
@@ -24,8 +24,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_smsc_fdc37n972_ops;
|
||||
|
||||
struct superio_smsc_fdc37n972_config {
|
||||
|
||||
struct pc_keyboard keyboard;
|
||||
|
@@ -23,9 +23,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_kbc1100_ops;
|
||||
|
||||
struct superio_smsc_kbc1100_config {
|
||||
|
||||
struct pc_keyboard keyboard;
|
||||
|
@@ -21,9 +21,6 @@
|
||||
#ifndef SUPERIO_SMSC_LPC47B272_CHIP_H
|
||||
#define SUPERIO_SMSC_LPC47B272_CHIP_H
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_lpc47b272_ops;
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
|
@@ -23,9 +23,6 @@
|
||||
#ifndef SUPERIO_SMSC_LPC47B397_CHIP_H
|
||||
#define SUPERIO_SMSC_LPC47B397_CHIP_H
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_lpc47b397_ops;
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
|
@@ -25,9 +25,6 @@
|
||||
#ifndef SUPERIO_SMSC_LPC47M10X_CHIP_H
|
||||
#define SUPERIO_SMSC_LPC47M10X_CHIP_H
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_lpc47m10x_ops;
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
|
@@ -20,9 +20,6 @@
|
||||
#ifndef SUPERIO_SMSC_LPC47M15X_CHIP_H
|
||||
#define SUPERIO_SMSC_LPC47M15X_CHIP_H
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_lpc47m15x_ops;
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
|
@@ -21,9 +21,6 @@
|
||||
#ifndef SUPERIO_SMSC_LPC47N217_CHIP_H
|
||||
#define SUPERIO_SMSC_LPC47N217_CHIP_H
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_lpc47n217_ops;
|
||||
|
||||
#include <uart8250.h>
|
||||
|
||||
struct superio_smsc_lpc47n217_config {
|
||||
|
@@ -24,8 +24,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_smsc_lpc47n227_ops;
|
||||
|
||||
struct superio_smsc_lpc47n227_config {
|
||||
|
||||
struct pc_keyboard keyboard;
|
||||
|
@@ -23,9 +23,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_mec1308_ops;
|
||||
|
||||
struct superio_smsc_mec1308_config {
|
||||
struct pc_keyboard keyboard;
|
||||
};
|
||||
|
@@ -23,9 +23,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_sch4037_ops;
|
||||
|
||||
struct superio_smsc_sch4037_config {
|
||||
|
||||
struct pc_keyboard keyboard;
|
||||
|
@@ -23,9 +23,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations superio_smsc_kbc1100_ops;
|
||||
|
||||
struct superio_smsc_sio1036_config {
|
||||
struct uart8250 com1;
|
||||
};
|
||||
|
@@ -24,8 +24,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_smsc_sio10n268_ops;
|
||||
|
||||
struct superio_smsc_sio10n268_config {
|
||||
|
||||
struct pc_keyboard keyboard;
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_smsc_smscsuperio_ops;
|
||||
|
||||
struct superio_smsc_smscsuperio_config {
|
||||
|
||||
struct pc_keyboard keyboard;
|
||||
|
Reference in New Issue
Block a user