diff mbox series

[U-Boot,v2,24/41] common: Drop cpu_init()

Message ID 20191108125120.v2.24.Iaf6fcc5c79768417f7d99f879860198c73d0aa90@changeid
State Changes Requested
Delegated to: Tom Rini
Headers show
Series common: Further reduce common.h | expand

Commit Message

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

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

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

Comments

Tom Rini Nov. 11, 2019, 2:40 p.m. UTC | #1
On Fri, Nov 08, 2019 at 12:53:31PM -0700, Simon Glass wrote:

> This function is not defined anywhere. Drop it.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Tom Rini <trini@konsulko.com>
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 */