|
@@ -128,7 +128,6 @@ MODULE_DEVICE_TABLE(of, sdhci_brcm_of_match);
|
|
static struct platform_driver sdhci_brcmstb_driver = {
|
|
static struct platform_driver sdhci_brcmstb_driver = {
|
|
.driver = {
|
|
.driver = {
|
|
.name = "sdhci-brcmstb",
|
|
.name = "sdhci-brcmstb",
|
|
- .owner = THIS_MODULE,
|
|
|
|
.pm = &sdhci_brcmstb_pmops,
|
|
.pm = &sdhci_brcmstb_pmops,
|
|
.of_match_table = of_match_ptr(sdhci_brcm_of_match),
|
|
.of_match_table = of_match_ptr(sdhci_brcm_of_match),
|
|
},
|
|
},
|