|
@@ -909,7 +909,6 @@ static int a3700_spi_remove(struct platform_device *pdev)
|
|
|
static struct platform_driver a3700_spi_driver = {
|
|
static struct platform_driver a3700_spi_driver = {
|
|
|
.driver = {
|
|
.driver = {
|
|
|
.name = DRIVER_NAME,
|
|
.name = DRIVER_NAME,
|
|
|
- .owner = THIS_MODULE,
|
|
|
|
|
.of_match_table = of_match_ptr(a3700_spi_dt_ids),
|
|
.of_match_table = of_match_ptr(a3700_spi_dt_ids),
|
|
|
},
|
|
},
|
|
|
.probe = a3700_spi_probe,
|
|
.probe = a3700_spi_probe,
|