summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/stmpe.c
diff options
context:
space:
mode:
authorMark Brown2013-07-28 16:03:48 +0200
committerLee Jones2013-07-31 14:01:45 +0200
commita9c4055da8ee86e96cb34ad754f4f49028c8de4f (patch)
treeed6924d2d29e96359707d0e6b7831df6e1aab23d /drivers/mfd/stmpe.c
parentmfd: Use dev_get_platdata() (diff)
downloadkernel-qcow2-linux-a9c4055da8ee86e96cb34ad754f4f49028c8de4f.tar.gz
kernel-qcow2-linux-a9c4055da8ee86e96cb34ad754f4f49028c8de4f.tar.xz
kernel-qcow2-linux-a9c4055da8ee86e96cb34ad754f4f49028c8de4f.zip
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>
Diffstat (limited to 'drivers/mfd/stmpe.c')
-rw-r--r--drivers/mfd/stmpe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/stmpe.c b/drivers/mfd/stmpe.c
index 5d5e6f90424a..fff63a41862c 100644
--- a/drivers/mfd/stmpe.c
+++ b/drivers/mfd/stmpe.c
@@ -1106,7 +1106,8 @@ static int stmpe_devices_init(struct stmpe *stmpe)
return ret;
}
-void stmpe_of_probe(struct stmpe_platform_data *pdata, struct device_node *np)
+static void stmpe_of_probe(struct stmpe_platform_data *pdata,
+ struct device_node *np)
{
struct device_node *child;