diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2012-08-21 11:37:11 +0300 |
---|---|---|
committer | Anton Kochkov <anton.kochkov@gmail.com> | 2012-08-22 05:06:41 +0200 |
commit | fee73df07ac0d17f319486f977585c7945e0d069 (patch) | |
tree | 001bb70616c06ef24c267ac257dccc498eac227c /src/northbridge/amd/agesa | |
parent | 0d5d70b79a3824bfa46a7035d901cb0e7672e3fe (diff) |
Auto-declare chip_operations
The name is derived directly from the device path.
Change-Id: If2053d14f0e38a5ee0159b47a66d45ff3dff649a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/1471
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
Diffstat (limited to 'src/northbridge/amd/agesa')
10 files changed, 0 insertions, 10 deletions
diff --git a/src/northbridge/amd/agesa/family10/chip.h b/src/northbridge/amd/agesa/family10/chip.h index c0ac56e5a9..f95d5b1170 100644 --- a/src/northbridge/amd/agesa/family10/chip.h +++ b/src/northbridge/amd/agesa/family10/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family10_config { }; -extern struct chip_operations northbridge_amd_agesa_family10_ops; diff --git a/src/northbridge/amd/agesa/family10/root_complex/chip.h b/src/northbridge/amd/agesa/family10/root_complex/chip.h index 15a2e1ae69..80adb8eb71 100644 --- a/src/northbridge/amd/agesa/family10/root_complex/chip.h +++ b/src/northbridge/amd/agesa/family10/root_complex/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family10_root_complex_config { }; -extern struct chip_operations northbridge_amd_agesa_family10_root_complex_ops; diff --git a/src/northbridge/amd/agesa/family12/chip.h b/src/northbridge/amd/agesa/family12/chip.h index 462610d6ea..39efd523d6 100644 --- a/src/northbridge/amd/agesa/family12/chip.h +++ b/src/northbridge/amd/agesa/family12/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family12_config { }; -extern struct chip_operations northbridge_amd_agesa_family12_ops; diff --git a/src/northbridge/amd/agesa/family12/root_complex/chip.h b/src/northbridge/amd/agesa/family12/root_complex/chip.h index 91599252fc..556f343ad5 100644 --- a/src/northbridge/amd/agesa/family12/root_complex/chip.h +++ b/src/northbridge/amd/agesa/family12/root_complex/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family12_root_complex_config { }; -extern struct chip_operations northbridge_amd_agesa_family12_root_complex_ops; diff --git a/src/northbridge/amd/agesa/family14/chip.h b/src/northbridge/amd/agesa/family14/chip.h index 26a1aad6bb..46ea78a64a 100644 --- a/src/northbridge/amd/agesa/family14/chip.h +++ b/src/northbridge/amd/agesa/family14/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family14_config { }; -extern struct chip_operations northbridge_amd_agesa_family14_ops; diff --git a/src/northbridge/amd/agesa/family14/root_complex/chip.h b/src/northbridge/amd/agesa/family14/root_complex/chip.h index 234f931aef..cf95179073 100644 --- a/src/northbridge/amd/agesa/family14/root_complex/chip.h +++ b/src/northbridge/amd/agesa/family14/root_complex/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family14_root_complex_config { }; -extern struct chip_operations northbridge_amd_agesa_family14_root_complex_ops; diff --git a/src/northbridge/amd/agesa/family15/chip.h b/src/northbridge/amd/agesa/family15/chip.h index cec1fc4ad1..b06318b980 100644 --- a/src/northbridge/amd/agesa/family15/chip.h +++ b/src/northbridge/amd/agesa/family15/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family15_config { }; -extern struct chip_operations northbridge_amd_agesa_family15_ops; diff --git a/src/northbridge/amd/agesa/family15/root_complex/chip.h b/src/northbridge/amd/agesa/family15/root_complex/chip.h index 06b3510705..8f670f6b94 100644 --- a/src/northbridge/amd/agesa/family15/root_complex/chip.h +++ b/src/northbridge/amd/agesa/family15/root_complex/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family15_root_complex_config { }; -extern struct chip_operations northbridge_amd_agesa_family15_root_complex_ops; diff --git a/src/northbridge/amd/agesa/family15tn/chip.h b/src/northbridge/amd/agesa/family15tn/chip.h index d8361719e1..091de82f6d 100644 --- a/src/northbridge/amd/agesa/family15tn/chip.h +++ b/src/northbridge/amd/agesa/family15tn/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family15tn_config { }; -extern struct chip_operations northbridge_amd_agesa_family15tn_ops; diff --git a/src/northbridge/amd/agesa/family15tn/root_complex/chip.h b/src/northbridge/amd/agesa/family15tn/root_complex/chip.h index 802bb95cf6..0306fdd08b 100644 --- a/src/northbridge/amd/agesa/family15tn/root_complex/chip.h +++ b/src/northbridge/amd/agesa/family15tn/root_complex/chip.h @@ -21,4 +21,3 @@ struct northbridge_amd_agesa_family15tn_root_complex_config { }; -extern struct chip_operations northbridge_amd_agesa_family15tn_root_complex_ops; |