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:
parent
a068164fc2
commit
a8888bd1d2
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue