[U-Boot] [PATCH] serial_exit: punt unused prototype

Simon Glass sjg at chromium.org
Tue Oct 4 07:39:46 CEST 2011


On Mon, Oct 3, 2011 at 6:11 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> No code defines or calls this, so drop the prototype.
>
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>

Acked-by: Simon Glass <sjg at chromium.org>

> ---
>  include/common.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/include/common.h b/include/common.h
> index aeb2d84..e76f5fa 100644
> --- a/include/common.h
> +++ b/include/common.h
> @@ -503,7 +503,6 @@ void ft_pci_setup(void *blob, bd_t *bd);
>
>  /* $(CPU)/serial.c */
>  int    serial_init   (void);
> -void   serial_exit   (void);
>  void   serial_setbrg (void);
>  void   serial_putc   (const char);
>  void   serial_putc_raw(const char);
> --
> 1.7.6.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


More information about the U-Boot mailing list