Remove redundant declarations. Trivial.
[coreboot.git] / src / lib / cbmem.c
index 450ab5f5858ec651f17dd9baf38ff47872761ef7..83779a7ee823cb90cd96e3692cf43120d620d5c5 100644 (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