summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-11-14 12:35:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-11-14 12:35:49 +0100
commit7e33e8c076e7681b09b70641ab6783098ff99e69 (patch)
tree8c19b7464d03114f26519db1e3cd4b83d8288853 /arch/mips
parent6b00efcb0fa1284741ef1d92a990409519f8fb28 (diff)
parentb131488f37fc62233ccbcabb024156b707b7b883 (diff)
downloadbarebox-7e33e8c076e7681b09b70641ab6783098ff99e69.tar.gz
barebox-7e33e8c076e7681b09b70641ab6783098ff99e69.tar.xz
Merge branch 'for-next/mips'
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);