diff options
Diffstat (limited to 'drivers/tty/serial/mxs-auart.c')
-rw-r--r-- | drivers/tty/serial/mxs-auart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/mxs-auart.c b/drivers/tty/serial/mxs-auart.c index 10c29334fe2f..b55892106a2e 100644 --- a/drivers/tty/serial/mxs-auart.c +++ b/drivers/tty/serial/mxs-auart.c | |||
@@ -1123,7 +1123,6 @@ static struct platform_driver mxs_auart_driver = { | |||
1123 | .remove = mxs_auart_remove, | 1123 | .remove = mxs_auart_remove, |
1124 | .driver = { | 1124 | .driver = { |
1125 | .name = "mxs-auart", | 1125 | .name = "mxs-auart", |
1126 | .owner = THIS_MODULE, | ||
1127 | .of_match_table = mxs_auart_dt_ids, | 1126 | .of_match_table = mxs_auart_dt_ids, |
1128 | }, | 1127 | }, |
1129 | }; | 1128 | }; |