OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e8207
)
mmc: sdhci-pic32: remove owner assignment
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 8 Apr 2016 05:22:37 +0000
(14:22 +0900)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:25 +0000
(10:33 +0200)
A platform_driver does not need to set an owner, it will be populated
by the driver core.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pic32.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-pic32.c
b/drivers/mmc/host/sdhci-pic32.c
index
059df70
..
72c13b6
100644
(file)
--- a/
drivers/mmc/host/sdhci-pic32.c
+++ b/
drivers/mmc/host/sdhci-pic32.c
@@
-243,7
+243,6
@@
MODULE_DEVICE_TABLE(of, pic32_sdhci_id_table);
static struct platform_driver pic32_sdhci_driver = {
.driver = {
.name = "pic32-sdhci",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(pic32_sdhci_id_table),
},
.probe = pic32_sdhci_probe,