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/northbridge/via/cn400/chip.h | 1 - src/northbridge/via/cn700/chip.h | 1 - src/northbridge/via/cx700/chip.h | 1 - src/northbridge/via/vt8601/chip.h | 1 - src/northbridge/via/vt8623/chip.h | 1 - src/northbridge/via/vx800/chip.h | 1 - 6 files changed, 6 deletions(-) (limited to 'src/northbridge/via') diff --git a/src/northbridge/via/cn400/chip.h b/src/northbridge/via/cn400/chip.h index cc3f7c0de8..e403d352c0 100644 --- a/src/northbridge/via/cn400/chip.h +++ b/src/northbridge/via/cn400/chip.h @@ -21,4 +21,3 @@ struct northbridge_via_cn400_config { }; -extern struct chip_operations northbridge_via_cn400_ops; diff --git a/src/northbridge/via/cn700/chip.h b/src/northbridge/via/cn700/chip.h index e5534968d7..5b1515dc8f 100644 --- a/src/northbridge/via/cn700/chip.h +++ b/src/northbridge/via/cn700/chip.h @@ -21,4 +21,3 @@ struct northbridge_via_cn700_config { }; -extern struct chip_operations northbridge_via_cn700_ops; diff --git a/src/northbridge/via/cx700/chip.h b/src/northbridge/via/cx700/chip.h index 7b7aca8e89..0e8491bbb4 100644 --- a/src/northbridge/via/cx700/chip.h +++ b/src/northbridge/via/cx700/chip.h @@ -20,4 +20,3 @@ struct northbridge_via_cx700_config { }; -extern struct chip_operations northbridge_via_cx700_ops; diff --git a/src/northbridge/via/vt8601/chip.h b/src/northbridge/via/vt8601/chip.h index 9f61465428..c65e12e54c 100644 --- a/src/northbridge/via/vt8601/chip.h +++ b/src/northbridge/via/vt8601/chip.h @@ -2,4 +2,3 @@ struct northbridge_via_vt8601_config { }; -extern struct chip_operations northbridge_via_vt8601_ops; diff --git a/src/northbridge/via/vt8623/chip.h b/src/northbridge/via/vt8623/chip.h index 6b0aa9695e..5fb3f80999 100644 --- a/src/northbridge/via/vt8623/chip.h +++ b/src/northbridge/via/vt8623/chip.h @@ -2,4 +2,3 @@ struct northbridge_via_vt8623_config { }; -extern struct chip_operations northbridge_via_vt8623_ops; diff --git a/src/northbridge/via/vx800/chip.h b/src/northbridge/via/vx800/chip.h index 7d7153ceda..64df31af51 100644 --- a/src/northbridge/via/vx800/chip.h +++ b/src/northbridge/via/vx800/chip.h @@ -20,4 +20,3 @@ struct northbridge_via_vx800_config { }; -extern struct chip_operations northbridge_via_vx800_ops; -- cgit v1.2.3