diff options
Diffstat (limited to 'drivers/iio/light/al3000a.c')
| -rw-r--r-- | drivers/iio/light/al3000a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/al3000a.c b/drivers/iio/light/al3000a.c index 6d5115b2a06c..6f301c067045 100644 --- a/drivers/iio/light/al3000a.c +++ b/drivers/iio/light/al3000a.c @@ -190,7 +190,7 @@ MODULE_DEVICE_TABLE(i2c, al3000a_id); static const struct of_device_id al3000a_of_match[] = { { .compatible = "dynaimage,al3000a" }, - { /* sentinel */ } + { } }; MODULE_DEVICE_TABLE(of, al3000a_of_match); |