mfd: syscon: Fix sparse warning
commit75177deee91c17b374b827a832c0d2061ce0f07e
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 11 Feb 2013 20:48:00 +0000 (11 18:48 -0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 13 Feb 2013 23:26:36 +0000 (14 00:26 +0100)
treec8e847f6139f0498199d9b3a26853493e81f98af
parent1765dbccaa5aa2db7b53dc765f0e636591876c03
mfd: syscon: Fix sparse warning

Fix the following sparse warnings:

drivers/mfd/syscon.c:40:15: warning: symbol 'syscon_node_to_regmap' was not declared. Should it be static?
drivers/mfd/syscon.c:56:15: warning: symbol 'syscon_regmap_lookup_by_compatible' was not declared. Should it be static?
drivers/mfd/syscon.c:72:15: warning: symbol 'syscon_regmap_lookup_by_phandle' was not declared. Should it be static?

Cc: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/syscon.c