common: Move reset_cpu() to the CPU header
[oweals/u-boot.git] / include / common.h
index cf33b31499598903ddb67b35a3c19ad20ce1864d..f4a9dc325ffc8473de2302ff34ef642e15ac771b 100644 (file)
@@ -74,8 +74,6 @@ phys_size_t get_effective_memsize(void);
 int testdram(void);
 #endif /* CONFIG_SYS_DRAM_TEST */
 
-void   reset_cpu     (ulong addr);
-
 /* lib/uuid.c */
 #include <uuid.h>