diff --git a/drivers/tty/serial/fsl_linflexuart.c b/drivers/tty/serial/fsl_linflexuart.c index 9ed97614a941..68d74f2b5106 100644 --- a/drivers/tty/serial/fsl_linflexuart.c +++ b/drivers/tty/serial/fsl_linflexuart.c @@ -904,7 +904,6 @@ static struct platform_driver linflex_driver = { .remove = linflex_remove, .driver = { .name = DRIVER_NAME, - .owner = THIS_MODULE, .of_match_table = linflex_dt_ids, .pm = &linflex_pm_ops, },