diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-07-21 19:20:29 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-07-24 13:58:28 +0200 |
commit | 0ff17c9cae11b46535b99880f013d0ca084ea1f8 (patch) | |
tree | b21ddacae4196425b0892cb8375d3cf6512c6f7e /src/mainboard/gizmosphere/gizmo/mptable.c | |
parent | f62659f6431dfb932d15ffca8c43e1205b514d5f (diff) | |
download | coreboot-0ff17c9cae11b46535b99880f013d0ca084ea1f8.tar.xz |
AGESA: Drop unused extern declarations
Change-Id: I7f681b40251f49ff717589ed5e7d7e00ee36c7c1
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/6332
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/mptable.c')
-rwxr-xr-x | src/mainboard/gizmosphere/gizmo/mptable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/mptable.c b/src/mainboard/gizmosphere/gizmo/mptable.c index 4cdb1312e0..701cd7bc56 100755 --- a/src/mainboard/gizmosphere/gizmo/mptable.c +++ b/src/mainboard/gizmosphere/gizmo/mptable.c @@ -32,7 +32,6 @@ extern u8 bus_sb800[6]; extern u32 apicid_sb800; -extern u32 sbdn_sb800; u8 intr_data[] = { [0x00] = 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17, /* INTA# - INTH# */ |