Re: [PM][PATCH 4/4] OMAP3: Serial: kill dev_attr_sleep_timeout sparse warn

2010-05-05 Thread Kevin Hilman
Nishanth Menon writes: > Remove the following sparse warnings by declaring attr as static: > arch/arm/mach-omap2/serial.c:627:1: warning: symbol 'dev_attr_sleep_timeout' > was not declared. Should it be static? > > Cc: Govindraj R > Cc: Kevin Hilman > Cc: Tero Kristo > > Signed-off-by: Nishan

[PM][PATCH 4/4] OMAP3: Serial: kill dev_attr_sleep_timeout sparse warn

2010-04-08 Thread Nishanth Menon
Remove the following sparse warnings by declaring attr as static: arch/arm/mach-omap2/serial.c:627:1: warning: symbol 'dev_attr_sleep_timeout' was not declared. Should it be static? Cc: Govindraj R Cc: Kevin Hilman Cc: Tero Kristo Signed-off-by: Nishanth Menon --- arch/arm/mach-omap2/serial