|
@@ -1369,7 +1369,6 @@ MODULE_DEVICE_TABLE(i2c, sc16is7xx_i2c_id_table);
|
|
static struct i2c_driver sc16is7xx_i2c_uart_driver = {
|
|
static struct i2c_driver sc16is7xx_i2c_uart_driver = {
|
|
.driver = {
|
|
.driver = {
|
|
.name = SC16IS7XX_NAME,
|
|
.name = SC16IS7XX_NAME,
|
|
- .owner = THIS_MODULE,
|
|
|
|
.of_match_table = of_match_ptr(sc16is7xx_dt_ids),
|
|
.of_match_table = of_match_ptr(sc16is7xx_dt_ids),
|
|
},
|
|
},
|
|
.probe = sc16is7xx_i2c_probe,
|
|
.probe = sc16is7xx_i2c_probe,
|