mfd: stmpe: Staticise stmpe_of_probe()
commita9c4055da8ee86e96cb34ad754f4f49028c8de4f
authorMark Brown <broonie@linaro.org>
Sun, 28 Jul 2013 14:03:48 +0000 (28 15:03 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 31 Jul 2013 12:01:45 +0000 (31 13:01 +0100)
treeed6924d2d29e96359707d0e6b7831df6e1aab23d
parent334a41ce9b753ec615e8c6c50ee07d6197190610
mfd: stmpe: Staticise stmpe_of_probe()

It is only called from this file so there is no need for it to be in the
global namespace and cause sparse to warn.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/stmpe.c