diff options
Diffstat (limited to 'drivers/mfd/stmpe.c')
-rw-r--r-- | drivers/mfd/stmpe.c | 3 |
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) | |||
1106 | return ret; | 1106 | return ret; |
1107 | } | 1107 | } |
1108 | 1108 | ||
1109 | void stmpe_of_probe(struct stmpe_platform_data *pdata, struct device_node *np) | 1109 | static void stmpe_of_probe(struct stmpe_platform_data *pdata, |
1110 | struct device_node *np) | ||
1110 | { | 1111 | { |
1111 | struct device_node *child; | 1112 | struct device_node *child; |
1112 | 1113 | ||