[PATCH] ARM: S3C64XX: Staticise s3c64xx_init_uarts()

Kukjin Kim kgene.kim at samsung.com
Wed Dec 28 22:37:11 EST 2011


Mark Brown wrote:
> 
> Since the merge of everything into common.c s3c64xx_init_uarts() is now
> only used within the one source file and should therefore be declared
> static.
> 
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
> ---
>  arch/arm/mach-s3c64xx/common.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-s3c64xx/common.c b/arch/arm/mach-
> s3c64xx/common.c
> index 8ae5b16..f8cc5a0 100644
> --- a/arch/arm/mach-s3c64xx/common.c
> +++ b/arch/arm/mach-s3c64xx/common.c
> @@ -49,7 +49,7 @@
> 
>  /* uart registration process */
> 
> -void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
> +static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int
no)
>  {
>  	s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg,
> no);
>  }
> --
> 1.7.7.3

OK, let me send this to patch system.
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.




More information about the linux-arm-kernel mailing list