devicetree: Remove duplicate chip_ops declarations
These are only referenced inside auto-generated static.c files, and util/sconfig also generates the declarations automatically from source file pathnames. Change-Id: Id324790755095c36fbeb73a4d8f9d01cdf6409cb Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34979 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -17,11 +17,6 @@
|
||||
#ifndef _EC_COMPAL_ENE932_CHIP_H
|
||||
#define _EC_COMPAL_ENE932_CHIP_H
|
||||
|
||||
#include <device/device.h>
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations ec_compal_ene932_ops;
|
||||
|
||||
struct ec_compal_ene932_config {
|
||||
};
|
||||
|
||||
|
@@ -16,9 +16,6 @@
|
||||
#ifndef EC_GOOGLE_CHROMEEC_CHIP_H
|
||||
#define EC_GOOGLE_CHROMEEC_CHIP_H
|
||||
|
||||
#include <device/device.h>
|
||||
|
||||
extern struct chip_operations ec_google_chromeec_ops;
|
||||
|
||||
struct ec_google_chromeec_config {
|
||||
};
|
||||
|
@@ -16,10 +16,6 @@
|
||||
#ifndef EC_GOOGLE_WILCO_CHIP_H
|
||||
#define EC_GOOGLE_WILCO_CHIP_H
|
||||
|
||||
#include <device/device.h>
|
||||
|
||||
extern struct chip_operations ec_google_wilco_ops;
|
||||
|
||||
struct ec_google_wilco_config {
|
||||
};
|
||||
|
||||
|
@@ -17,11 +17,6 @@
|
||||
#ifndef _EC_QUANTA_ENE_KB3940Q_CHIP_H
|
||||
#define _EC_QUANTA_ENE_KB3940Q_CHIP_H
|
||||
|
||||
#include <device/device.h>
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations ec_quanta_ene_kb3940q_ops;
|
||||
|
||||
struct ec_quanta_ene_kb3940q_config {
|
||||
};
|
||||
|
||||
|
@@ -17,11 +17,6 @@
|
||||
#ifndef _EC_QUANTA_IT8518_CHIP_H
|
||||
#define _EC_QUANTA_IT8518_CHIP_H
|
||||
|
||||
#include <device/device.h>
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations ec_quanta_it8518_ops;
|
||||
|
||||
struct ec_quanta_it8518_config {
|
||||
};
|
||||
|
||||
|
@@ -16,11 +16,6 @@
|
||||
#ifndef _EC_RODA_IT8518_CHIP_H
|
||||
#define _EC_RODA_IT8518_CHIP_H
|
||||
|
||||
#include <device/device.h>
|
||||
|
||||
struct chip_operations;
|
||||
extern struct chip_operations ec_roda_it8518_ops;
|
||||
|
||||
struct ec_roda_it8518_config {
|
||||
u8 cpuhot_limit; /* temperature in °C which asserts PROCHOT# */
|
||||
};
|
||||
|
Reference in New Issue
Block a user