Sachin Kamat wrote: > > Fixes the following sparse warning: > arch/arm/plat-samsung/pm.c:77:21: > warning: symbol 'uart_save' was not declared. Should it be static? > > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> > --- > arch/arm/plat-samsung/pm.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/plat-samsung/pm.c b/arch/arm/plat-samsung/pm.c > index 64ab65f..1507028 100644 > --- a/arch/arm/plat-samsung/pm.c > +++ b/arch/arm/plat-samsung/pm.c > @@ -74,7 +74,7 @@ unsigned char pm_uart_udivslot; > > #ifdef CONFIG_SAMSUNG_PM_DEBUG > > -struct pm_uart_save uart_save[CONFIG_SERIAL_SAMSUNG_UARTS]; > +static struct pm_uart_save uart_save[CONFIG_SERIAL_SAMSUNG_UARTS]; > > static void s3c_pm_save_uart(unsigned int uart, struct pm_uart_save *save) > { > -- > 1.7.4.1 Applied, thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html