From fee73df07ac0d17f319486f977585c7945e0d069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= 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/superio/winbond/w83627dhg/chip.h | 2 -- src/superio/winbond/w83627ehg/chip.h | 2 -- src/superio/winbond/w83627hf/chip.h | 2 -- src/superio/winbond/w83627thg/chip.h | 2 -- src/superio/winbond/w83627uhg/chip.h | 2 -- src/superio/winbond/w83697hf/chip.h | 2 -- src/superio/winbond/w83977f/chip.h | 2 -- src/superio/winbond/w83977tf/chip.h | 2 -- 8 files changed, 16 deletions(-) (limited to 'src/superio/winbond') diff --git a/src/superio/winbond/w83627dhg/chip.h b/src/superio/winbond/w83627dhg/chip.h index b516aacad0..5fdbd16075 100644 --- a/src/superio/winbond/w83627dhg/chip.h +++ b/src/superio/winbond/w83627dhg/chip.h @@ -24,8 +24,6 @@ #include #include -extern struct chip_operations superio_winbond_w83627dhg_ops; - struct superio_winbond_w83627dhg_config { struct pc_keyboard keyboard; diff --git a/src/superio/winbond/w83627ehg/chip.h b/src/superio/winbond/w83627ehg/chip.h index a16135dc0e..51137461af 100644 --- a/src/superio/winbond/w83627ehg/chip.h +++ b/src/superio/winbond/w83627ehg/chip.h @@ -25,8 +25,6 @@ #include #include -extern struct chip_operations superio_winbond_w83627ehg_ops; - struct superio_winbond_w83627ehg_config { struct pc_keyboard keyboard; diff --git a/src/superio/winbond/w83627hf/chip.h b/src/superio/winbond/w83627hf/chip.h index 64d9920464..b7f2177590 100644 --- a/src/superio/winbond/w83627hf/chip.h +++ b/src/superio/winbond/w83627hf/chip.h @@ -26,8 +26,6 @@ #include #include -extern struct chip_operations superio_winbond_w83627hf_ops; - struct superio_winbond_w83627hf_config { struct pc_keyboard keyboard; diff --git a/src/superio/winbond/w83627thg/chip.h b/src/superio/winbond/w83627thg/chip.h index ce06485665..8268e5b892 100644 --- a/src/superio/winbond/w83627thg/chip.h +++ b/src/superio/winbond/w83627thg/chip.h @@ -26,8 +26,6 @@ #include #include -extern struct chip_operations superio_winbond_w83627thg_ops; - struct superio_winbond_w83627thg_config { struct pc_keyboard keyboard; diff --git a/src/superio/winbond/w83627uhg/chip.h b/src/superio/winbond/w83627uhg/chip.h index 2802382ab9..d23eac2ac9 100644 --- a/src/superio/winbond/w83627uhg/chip.h +++ b/src/superio/winbond/w83627uhg/chip.h @@ -24,8 +24,6 @@ #include #include -extern struct chip_operations superio_winbond_w83627uhg_ops; - struct superio_winbond_w83627uhg_config { struct pc_keyboard keyboard; diff --git a/src/superio/winbond/w83697hf/chip.h b/src/superio/winbond/w83697hf/chip.h index 2359b6679f..4d36af9150 100644 --- a/src/superio/winbond/w83697hf/chip.h +++ b/src/superio/winbond/w83697hf/chip.h @@ -23,8 +23,6 @@ #include -extern struct chip_operations superio_winbond_w83697hf_ops; - struct superio_winbond_w83697hf_config { unsigned int hwmon_fan1_divisor; unsigned int hwmon_fan2_divisor; diff --git a/src/superio/winbond/w83977f/chip.h b/src/superio/winbond/w83977f/chip.h index aacb00918c..d6c85bfedd 100644 --- a/src/superio/winbond/w83977f/chip.h +++ b/src/superio/winbond/w83977f/chip.h @@ -24,8 +24,6 @@ #include #include -extern struct chip_operations superio_winbond_w83977f_ops; - struct superio_winbond_w83977f_config { struct pc_keyboard keyboard; diff --git a/src/superio/winbond/w83977tf/chip.h b/src/superio/winbond/w83977tf/chip.h index 80c4afd856..2a594e3c32 100644 --- a/src/superio/winbond/w83977tf/chip.h +++ b/src/superio/winbond/w83977tf/chip.h @@ -26,8 +26,6 @@ #include #include -extern struct chip_operations superio_winbond_w83977tf_ops; - struct superio_winbond_w83977tf_config { struct pc_keyboard keyboard; -- cgit v1.2.3