diff options
-rw-r--r-- | drivers/iio/light/opt3001.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/opt3001.c b/drivers/iio/light/opt3001.c index 923aa6aef0ed..01e111e72d4b 100644 --- a/drivers/iio/light/opt3001.c +++ b/drivers/iio/light/opt3001.c | |||
@@ -793,7 +793,6 @@ static struct i2c_driver opt3001_driver = { | |||
793 | .driver = { | 793 | .driver = { |
794 | .name = "opt3001", | 794 | .name = "opt3001", |
795 | .of_match_table = of_match_ptr(opt3001_of_match), | 795 | .of_match_table = of_match_ptr(opt3001_of_match), |
796 | .owner = THIS_MODULE, | ||
797 | }, | 796 | }, |
798 | }; | 797 | }; |
799 | 798 | ||