stm32: Correct positioning of declaration
[platform/kernel/u-boot.git] / arch / avr32 / cpu / cpu.c
index cef630e..cd226a6 100644 (file)
@@ -27,7 +27,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-int cpu_init(void)
+int arch_cpu_init(void)
 {
        extern void _evba(void);