projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b6fea
)
soc: qcom: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:34 +0000
(16:21 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:34 +0000
(16:21 +0200)
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/soc/qcom/qcom_gsbi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/qcom/qcom_gsbi.c
b/drivers/soc/qcom/qcom_gsbi.c
index 7e1f120f2b32348c0043d68244602011e7b1cab7..729425ddfd3e371d04978cdda0871209e2f24885 100644
(file)
--- a/
drivers/soc/qcom/qcom_gsbi.c
+++ b/
drivers/soc/qcom/qcom_gsbi.c
@@
-91,7
+91,6
@@
MODULE_DEVICE_TABLE(of, gsbi_dt_match);
static struct platform_driver gsbi_driver = {
.driver = {
.name = "gsbi",
- .owner = THIS_MODULE,
.of_match_table = gsbi_dt_match,
},
.probe = gsbi_probe,