common: Drop cpu_init()
authorSimon Glass <sjg@chromium.org>
Thu, 14 Nov 2019 19:57:33 +0000 (12:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2019 23:23:13 +0000 (18:23 -0500)
This function is not defined anywhere. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/common.h

index 4de05032b2b8fde8105f9ce319063984db00c77b..ce08bfe11fee0bf84035cbc4fbc52974bb79dd2d 100644 (file)
@@ -64,8 +64,6 @@ typedef void (interrupt_handler_t)(void *);
  */
 void   hang            (void) __attribute__ ((noreturn));
 
-int    cpu_init(void);
-
 #include <display_options.h>
 
 /* common/main.c */