summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/s6sy761.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/s6sy761.c')
-rw-r--r--drivers/input/touchscreen/s6sy761.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/s6sy761.c b/drivers/input/touchscreen/s6sy761.c
index 85a1f465c097..1a7d00289b4c 100644
--- a/drivers/input/touchscreen/s6sy761.c
+++ b/drivers/input/touchscreen/s6sy761.c
@@ -475,11 +475,9 @@ static int s6sy761_probe(struct i2c_client *client,
return 0;
}
-static int s6sy761_remove(struct i2c_client *client)
+static void s6sy761_remove(struct i2c_client *client)
{
pm_runtime_disable(&client->dev);
-
- return 0;
}
static int __maybe_unused s6sy761_runtime_suspend(struct device *dev)