|
@@ -243,7 +243,6 @@ MODULE_DEVICE_TABLE(of, pic32_sdhci_id_table);
|
|
static struct platform_driver pic32_sdhci_driver = {
|
|
static struct platform_driver pic32_sdhci_driver = {
|
|
.driver = {
|
|
.driver = {
|
|
.name = "pic32-sdhci",
|
|
.name = "pic32-sdhci",
|
|
- .owner = THIS_MODULE,
|
|
|
|
.of_match_table = of_match_ptr(pic32_sdhci_id_table),
|
|
.of_match_table = of_match_ptr(pic32_sdhci_id_table),
|
|
},
|
|
},
|
|
.probe = pic32_sdhci_probe,
|
|
.probe = pic32_sdhci_probe,
|