From fee73df07ac0d17f319486f977585c7945e0d069 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 21 Aug 2012 11:37:11 +0300 Subject: Auto-declare chip_operations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The name is derived directly from the device path. Change-Id: If2053d14f0e38a5ee0159b47a66d45ff3dff649a Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/1471 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Alexandru Gagniuc Reviewed-by: Anton Kochkov --- src/ec/lenovo/h8/chip.h | 1 - src/ec/lenovo/pmh7/chip.h | 2 -- 2 files changed, 3 deletions(-) (limited to 'src/ec/lenovo') diff --git a/src/ec/lenovo/h8/chip.h b/src/ec/lenovo/h8/chip.h index 3a75f3bb84..1b14aa9b29 100644 --- a/src/ec/lenovo/h8/chip.h +++ b/src/ec/lenovo/h8/chip.h @@ -20,7 +20,6 @@ #ifndef EC_LENOVO_H8EC_CHIP_H #define EC_LENOVO_H8EC_CHIP_H -extern struct chip_operations ec_lenovo_h8_ops; struct ec_lenovo_h8_config { u8 config0; diff --git a/src/ec/lenovo/pmh7/chip.h b/src/ec/lenovo/pmh7/chip.h index 725a5d5c74..c7e1de6808 100644 --- a/src/ec/lenovo/pmh7/chip.h +++ b/src/ec/lenovo/pmh7/chip.h @@ -20,8 +20,6 @@ #ifndef EC_LENOVO_PMH7_CHIP_H #define EC_LENOVO_PMH7_CHIP_H -extern struct chip_operations ec_lenovo_pmh7_ops; - struct ec_lenovo_pmh7_config { int backlight_enable:1; int dock_event_enable:1; -- cgit v1.2.3