public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: Remove .owner field from cadence driver
@ 2015-01-15 12:42 Michal Simek
  2015-01-15 14:47 ` Guenter Roeck
  2015-01-15 14:52 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2015-01-15 12:42 UTC (permalink / raw)
  To: linux-kernel, monstr; +Cc: Wim Van Sebroeck, linux-watchdog

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

.owner files is filled by module_platform_driver().

Signed-off-by: Michal Simek <michal.simek@xilinx.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


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-15 14:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 12:42 [PATCH] watchdog: Remove .owner field from cadence driver Michal Simek
2015-01-15 14:47 ` Guenter Roeck
2015-01-15 14:52 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox