[PATCH] ARM: S3C64XX: Remove extern from definition of framebuffer setup call
Kukjin Kim
kgene.kim at samsung.com
Fri Dec 2 03:43:11 EST 2011
Mark Brown wrote:
>
> The extern is only useful on prototypes.
>
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
> ---
> arch/arm/mach-s3c64xx/setup-fb-24bpp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-s3c64xx/setup-fb-24bpp.c b/arch/arm/mach-
> s3c64xx/setup-fb-24bpp.c
> index 83d2afb..2cf8002 100644
> --- a/arch/arm/mach-s3c64xx/setup-fb-24bpp.c
> +++ b/arch/arm/mach-s3c64xx/setup-fb-24bpp.c
> @@ -20,7 +20,7 @@
> #include <plat/fb.h>
> #include <plat/gpio-cfg.h>
>
> -extern void s3c64xx_fb_gpio_setup_24bpp(void)
> +void s3c64xx_fb_gpio_setup_24bpp(void)
> {
> s3c_gpio_cfgrange_nopull(S3C64XX_GPI(0), 16, S3C_GPIO_SFN(2));
> s3c_gpio_cfgrange_nopull(S3C64XX_GPJ(0), 12, S3C_GPIO_SFN(2));
> --
> 1.7.7.3
OK, will apply.
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