Remove redundant declarations. Trivial.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4873 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2009-10-27 16:24:22 +00:00
parent a068164fc2
commit a8888bd1d2
2 changed files with 0 additions and 3 deletions

View File

@ -101,8 +101,6 @@ static void set_fixed_mtrr_resource(void *gp, struct device *dev, struct resourc
}
extern void enable_fixed_mtrr(void);
void amd_setup_mtrrs(void)
{
unsigned long address_bits;

View File

@ -176,7 +176,6 @@ void *cbmem_find(u32 id)
}
#ifndef __ROMCC__
void cbmem_arch_init(void);
#if CONFIG_HAVE_ACPI_RESUME
extern u8 acpi_slp_type;
#endif