summaryrefslogtreecommitdiff
path: root/src/southbridge/intel
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-05-14 19:11:44 +0000
committerStefan Reinauer <stepan@openbios.org>2010-05-14 19:11:44 +0000
commit2f4b7f6cb1be61f4c36a85cbf3cb12822375a4f0 (patch)
tree778c427f347d9ef819b5abf8f6014d521638d6f0 /src/southbridge/intel
parentbf264e940e3c97b3924a2361b7149f8533f400b4 (diff)
downloadcoreboot-2f4b7f6cb1be61f4c36a85cbf3cb12822375a4f0.tar.xz
clean up some prototypes
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5553 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r--src/southbridge/intel/i82801gx/i82801gx_smihandler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/i82801gx/i82801gx_smihandler.c b/src/southbridge/intel/i82801gx/i82801gx_smihandler.c
index b478dbaa90..997ec0fd5c 100644
--- a/src/southbridge/intel/i82801gx/i82801gx_smihandler.c
+++ b/src/southbridge/intel/i82801gx/i82801gx_smihandler.c
@@ -431,8 +431,6 @@ static void southbridge_smi_gpe0(unsigned int node, smm_state_save_area_t *state
dump_gpe0_status(gpe0_sts);
}
-void __attribute__((weak)) mainboard_smi_gpi(u16 gpi_sts);
-
static void southbridge_smi_gpi(unsigned int node, smm_state_save_area_t *state_save)
{
u16 reg16;