aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/cm3232.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/light/cm3232.c')
-rw-r--r--drivers/iio/light/cm3232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/cm3232.c b/drivers/iio/light/cm3232.c
index 39c8d99cc48e..fe89b6823217 100644
--- a/drivers/iio/light/cm3232.c
+++ b/drivers/iio/light/cm3232.c
@@ -417,11 +417,11 @@ static const struct of_device_id cm3232_of_match[] = {
417 {.compatible = "capella,cm3232"}, 417 {.compatible = "capella,cm3232"},
418 {} 418 {}
419}; 419};
420MODULE_DEVICE_TABLE(of, cm3232_of_match);
420 421
421static struct i2c_driver cm3232_driver = { 422static struct i2c_driver cm3232_driver = {
422 .driver = { 423 .driver = {
423 .name = "cm3232", 424 .name = "cm3232",
424 .owner = THIS_MODULE,
425 .of_match_table = of_match_ptr(cm3232_of_match), 425 .of_match_table = of_match_ptr(cm3232_of_match),
426#ifdef CONFIG_PM_SLEEP 426#ifdef CONFIG_PM_SLEEP
427 .pm = &cm3232_pm_ops, 427 .pm = &cm3232_pm_ops,