diff --git a/drivers/video/backlight/otm3225a.c b/drivers/video/backlight/otm3225a.c index d7b09c10f908c..efe52fa08b07b 100644 --- a/drivers/video/backlight/otm3225a.c +++ b/drivers/video/backlight/otm3225a.c @@ -239,7 +239,6 @@ static int otm3225a_probe(struct spi_device *spi) static struct spi_driver otm3225a_driver = { .driver = { .name = "otm3225a", - .owner = THIS_MODULE, }, .probe = otm3225a_probe, };