]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
FMC: Staticize local symbols
authorJingoo Han <jg1.han@samsung.com>
Mon, 12 Aug 2013 03:35:46 +0000 (12:35 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 22:45:40 +0000 (15:45 -0700)
commit3d04dd2f960aa01a09593576f4df56a052ef32a7
tree04cfa7774f1f45474807a027d766028066ea0e39
parentb4fb0ca26055bb39b18a1427eea633877a3dcc80
FMC: Staticize local symbols

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?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Alessandro Rubini <rubini@gnudd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fmc/fmc-write-eeprom.c