aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Torokhov <[email protected]>2024-08-23 22:50:37 -0700
committerDmitry Torokhov <[email protected]>2024-09-05 22:56:46 -0700
commitb5ed81cc7bccef90e39ee36b0c1f3677686a0fbb (patch)
tree0a6c21fc136f20533668f2e46923e2394befbd86
parent7e168b81e6f84d67c1829d93bf3e6043ba27d074 (diff)
Input: zforce_ts - make zforce_idtable constant
The I2C ID table is not supposed to change; mark it as const. Tested-by: Andreas Kemnade <[email protected]> # Tolino Shine2HD Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r--drivers/input/touchscreen/zforce_ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/zforce_ts.c b/drivers/input/touchscreen/zforce_ts.c
index 78f561510f8d..2ae079db8884 100644
--- a/drivers/input/touchscreen/zforce_ts.c
+++ b/drivers/input/touchscreen/zforce_ts.c
@@ -855,7 +855,7 @@ static int zforce_probe(struct i2c_client *client)
return 0;
}
-static struct i2c_device_id zforce_idtable[] = {
+static const struct i2c_device_id zforce_idtable[] = {
{ "zforce-ts" },
{ }
};