[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <204239650e5bf19ea11cb4b9f41937552324e931.1421325759.git.michal.simek@xilinx.com>
Date: Thu, 15 Jan 2015 13:42:41 +0100
From: Michal Simek <michal.simek@...inx.com>
To: linux-kernel@...r.kernel.org, monstr@...str.eu
Cc: Wim Van Sebroeck <wim@...ana.be>, linux-watchdog@...r.kernel.org
Subject: [PATCH] watchdog: Remove .owner field from cadence driver
.owner files is filled by module_platform_driver().
Signed-off-by: Michal Simek <michal.simek@...inx.com>
---
Big cleanup was done and this new driver was missed.
---
drivers/watchdog/cadence_wdt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/watchdog/cadence_wdt.c b/drivers/watchdog/cadence_wdt.c
index 5927c0a98a74..bcfd2a22208f 100644
--- a/drivers/watchdog/cadence_wdt.c
+++ b/drivers/watchdog/cadence_wdt.c
@@ -503,7 +503,6 @@ static struct platform_driver cdns_wdt_driver = {
.shutdown = cdns_wdt_shutdown,
.driver = {
.name = "cdns-wdt",
- .owner = THIS_MODULE,
.of_match_table = cdns_wdt_of_match,
.pm = &cdns_wdt_pm_ops,
},
--
1.8.2.3
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists