9
0
Fork 0

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>
This commit is contained in:
Antony Pavlov 2016-11-07 12:02:10 +03:00 committed by Sascha Hauer
parent 047ee22b89
commit b131488f37
1 changed files with 0 additions and 1 deletions

View File

@ -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);