mfd: da9052-i2c: Staticize da9052_i2c_fix()
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 11 Feb 2013 20:48:01 +0000 (18:48 -0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 13 Feb 2013 23:26:41 +0000 (00:26 +0100)
da9052_i2c_fix() is only used locally, so let it be static.

Fix the following sparse warning:

drivers/mfd/da9052-i2c.c:63:5: warning: symbol 'da9052_i2c_fix' was not declared. Should it be static?

Cc: Ashish Jangam <ashish.jangam@kpitcummins.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found