projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df70b17
)
[WATCHDOG] s3c2410 wdt - add .owner field
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 10 Oct 2005 00:28:30 +0000
(
01:28
+0100)
committer
Wim Van Sebroeck
<wim@iguana.be>
Tue, 1 Nov 2005 18:31:19 +0000
(19:31 +0100)
Initialise the .owner field of the device driver
with the module that owns it, for easier tracking
of device driver ownership.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/char/watchdog/s3c2410_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/char/watchdog/s3c2410_wdt.c
b/drivers/char/watchdog/s3c2410_wdt.c
index e7e20a6d64b025795b8d578ad3eefae0611f8bac..751cb77b0715531803d85010e5a09529f55d124c 100644
(file)
--- a/
drivers/char/watchdog/s3c2410_wdt.c
+++ b/
drivers/char/watchdog/s3c2410_wdt.c
@@
-497,6
+497,7
@@
static int s3c2410wdt_resume(struct device *dev)
static struct device_driver s3c2410wdt_driver = {
+ .owner = THIS_MODULE,
.name = "s3c2410-wdt",
.bus = &platform_bus_type,
.probe = s3c2410wdt_probe,