[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1415868169-13325-4-git-send-email-pankaj.dubey@samsung.com>
Date: Thu, 13 Nov 2014 14:12:49 +0530
From: Pankaj Dubey <pankaj.dubey@...sung.com>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: pratikp@...eaurora.org, mathieu.poirier@...aro.org,
gregkh@...uxfoundation.org, Pankaj Dubey <pankaj.dubey@...sung.com>
Subject: [PATCH 3/3] coresight-replicator: remove .owner field for driver
There is no need of .owner field for driver using
module_platform_driver.
Signed-off-by: Pankaj Dubey <pankaj.dubey@...sung.com>
---
drivers/coresight/coresight-replicator.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/coresight/coresight-replicator.c b/drivers/coresight/coresight-replicator.c
index c879039..a2dfcf9 100644
--- a/drivers/coresight/coresight-replicator.c
+++ b/drivers/coresight/coresight-replicator.c
@@ -117,7 +117,6 @@ static struct platform_driver replicator_driver = {
.remove = replicator_remove,
.driver = {
.name = "coresight-replicator",
- .owner = THIS_MODULE,
.of_match_table = replicator_match,
},
};
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists