[PATCH] MIPS: drop redundant start_barebox() declaration
Sascha Hauer
s.hauer at pengutronix.de
Mon Nov 7 23:54:27 PST 2016
On Mon, Nov 07, 2016 at 12:02:10PM +0300, Antony Pavlov wrote:
> The start_barebox() function is defined in the <common.h> header file.
>
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
Applied, thanks
Sascha
> ---
> arch/mips/boot/main_entry.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/mips/boot/main_entry.c b/arch/mips/boot/main_entry.c
> index 015150bf..43a78c2 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);
> --
> 2.9.3
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list