aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2015-12-26 20:25:02 +0530
committerMattias Nissler <mnissler@google.com>2016-07-20 16:18:20 +0200
commit2b69cc3036042c8abcdceb6f3b6d3c488b6991ad (patch)
treeb5369ce370676eea182d8a6ccb44c9580521d2bd
parent1dc042c49c35ced8c4cb261877f170f7e5fad184 (diff)
downloadv4.4-2b69cc3036042c8abcdceb6f3b6d3c488b6991ad.tar.gz
ANDROID: goldfish: pipe: fix platform_no_drv_owner.cocci warnings
No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Lizhe Liu <lizhe.liu@intel.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Bug: None Patchset: platform-goldfish Signed-off-by: Mattias Nissler <mnissler@google.com> Change-Id: Id1bc0a84d153cd2594db5c0fa28bdaf80f2f36da
-rw-r--r--drivers/platform/goldfish/goldfish_pipe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/goldfish/goldfish_pipe.c b/drivers/platform/goldfish/goldfish_pipe.c
index e3fab9a1d9f7..ffd771370a7c 100644
--- a/drivers/platform/goldfish/goldfish_pipe.c
+++ b/drivers/platform/goldfish/goldfish_pipe.c
@@ -668,7 +668,6 @@ static struct platform_driver goldfish_pipe = {
.remove = goldfish_pipe_remove,
.driver = {
.name = "goldfish_pipe",
- .owner = THIS_MODULE,
.of_match_table = goldfish_pipe_of_match,
.acpi_match_table = ACPI_PTR(goldfish_pipe_acpi_match),
}