diff mbox series

[U-Boot,v4,25/42] common: Drop cpu_init()

Message ID 20191114125724.v4.25.Iaf6fcc5c79768417f7d99f879860198c73d0aa90@changeid
State Accepted
Commit 2c629bd5c85ac2bd72f75cb2bce1ac1e5c505a73
Delegated to: Tom Rini
Headers show
Series common: Further reduce common.h | expand

Commit Message

Simon Glass Nov. 14, 2019, 7:57 p.m. UTC
This function is not defined anywhere. Drop it.

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

Changes in v4: None
Changes in v3: None
Changes in v2: None

 include/common.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/include/common.h b/include/common.h
index 4de05032b2..ce08bfe11f 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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 */