summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2016-11-07 12:02:10 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2016-11-08 08:54:13 +0100
commitb131488f37fc62233ccbcabb024156b707b7b883 (patch)
treec42a4f3a51785b15d9ead0c18a71e315cd8684e7 /arch/mips
parent047ee22b894c15a01ed40f358d5c933b6807d880 (diff)
downloadbarebox-b131488f37fc62233ccbcabb024156b707b7b883.tar.gz
barebox-b131488f37fc62233ccbcabb024156b707b7b883.tar.xz
MIPS: drop redundant start_barebox() declaration
The start_barebox() function is defined in the <common.h> header file. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/boot/main_entry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/boot/main_entry.c b/arch/mips/boot/main_entry.c
index 015150bfb4..43a78c2956 100644
--- a/arch/mips/boot/main_entry.c
+++ b/arch/mips/boot/main_entry.c
@@ -25,7 +25,6 @@
#include <asm/mipsregs.h>
#include <asm/addrspace.h>
-extern void start_barebox(void);
extern void handle_reserved(void);
void main_entry(void);