aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/armv7/include/common.h')
-rw-r--r--src/arch/armv7/include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/armv7/include/common.h b/src/arch/armv7/include/common.h
index d00aecffbe..6bd2c57498 100644
--- a/src/arch/armv7/include/common.h
+++ b/src/arch/armv7/include/common.h
@@ -294,7 +294,6 @@ int checkicache (void);
int checkdcache (void);
void upmconfig (unsigned int, unsigned int *, unsigned int);
ulong get_tbclk (void);
-void reset_cpu (ulong addr);
#if defined (CONFIG_OF_LIBFDT) && defined (CONFIG_OF_BOARD_SETUP)
void ft_cpu_setup(void *blob, bd_t *bd);
#endif