From cd2aa47a340432503ba67672e19931ed2f3296bf Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 18 Aug 2019 16:33:06 +0300 Subject: devicetree: Remove duplicate chip_ops declarations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/34979 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/ec/quanta/ene_kb3940q/chip.h | 5 ----- src/ec/quanta/it8518/chip.h | 5 ----- 2 files changed, 10 deletions(-) (limited to 'src/ec/quanta') diff --git a/src/ec/quanta/ene_kb3940q/chip.h b/src/ec/quanta/ene_kb3940q/chip.h index 8348cc09ef..b812a18b36 100644 --- a/src/ec/quanta/ene_kb3940q/chip.h +++ b/src/ec/quanta/ene_kb3940q/chip.h @@ -17,11 +17,6 @@ #ifndef _EC_QUANTA_ENE_KB3940Q_CHIP_H #define _EC_QUANTA_ENE_KB3940Q_CHIP_H -#include - -struct chip_operations; -extern struct chip_operations ec_quanta_ene_kb3940q_ops; - struct ec_quanta_ene_kb3940q_config { }; diff --git a/src/ec/quanta/it8518/chip.h b/src/ec/quanta/it8518/chip.h index ea9b4ac779..5dd14f6b29 100644 --- a/src/ec/quanta/it8518/chip.h +++ b/src/ec/quanta/it8518/chip.h @@ -17,11 +17,6 @@ #ifndef _EC_QUANTA_IT8518_CHIP_H #define _EC_QUANTA_IT8518_CHIP_H -#include - -struct chip_operations; -extern struct chip_operations ec_quanta_it8518_ops; - struct ec_quanta_it8518_config { }; -- cgit v1.2.3