diff options
Diffstat (limited to 'drivers/input/touchscreen/ar1021_i2c.c')
-rw-r--r-- | drivers/input/touchscreen/ar1021_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ar1021_i2c.c b/drivers/input/touchscreen/ar1021_i2c.c index ba30578e296e..f0b954d46a25 100644 --- a/drivers/input/touchscreen/ar1021_i2c.c +++ b/drivers/input/touchscreen/ar1021_i2c.c | |||
@@ -157,7 +157,7 @@ static const struct i2c_device_id ar1021_i2c_id[] = { | |||
157 | }; | 157 | }; |
158 | MODULE_DEVICE_TABLE(i2c, ar1021_i2c_id); | 158 | MODULE_DEVICE_TABLE(i2c, ar1021_i2c_id); |
159 | 159 | ||
160 | static struct of_device_id ar1021_i2c_of_match[] = { | 160 | static const struct of_device_id ar1021_i2c_of_match[] = { |
161 | { .compatible = "microchip,ar1021-i2c", }, | 161 | { .compatible = "microchip,ar1021-i2c", }, |
162 | { } | 162 | { } |
163 | }; | 163 | }; |