Re: [PATCH] FMC: Staticize local symbols

2013-08-12 Thread Alessandro Rubini
> This local symbol is used only in this file. > Fix the following sparse warnings: Thanks! Acked-by: Alessandro Rubini /alessandro -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] FMC: Staticize local symbols

2013-08-12 Thread Alessandro Rubini
This local symbol is used only in this file. Fix the following sparse warnings: Thanks! Acked-by: Alessandro Rubini rub...@gnudd.com /alessandro -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

[PATCH] FMC: Staticize local symbols

2013-08-11 Thread Jingoo Han
This local symbol is used only in this file. Fix the following sparse warnings: drivers/fmc/fmc-write-eeprom.c:106:5: warning: symbol 'fwe_probe' was not declared. Should it be static? drivers/fmc/fmc-write-eeprom.c:147:5: warning: symbol 'fwe_remove' was not declared. Should it be static?

[PATCH] FMC: Staticize local symbols

2013-08-11 Thread Jingoo Han
This local symbol is used only in this file. Fix the following sparse warnings: drivers/fmc/fmc-write-eeprom.c:106:5: warning: symbol 'fwe_probe' was not declared. Should it be static? drivers/fmc/fmc-write-eeprom.c:147:5: warning: symbol 'fwe_remove' was not declared. Should it be static?