Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30da9404 authored by Ben Dooks's avatar Ben Dooks Committed by Wim Van Sebroeck
Browse files

[WATCHDOG] s3c2410 wdt - add .owner field



Initialise the .owner field of the device driver
with the module that owns it, for easier tracking
of device driver ownership.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent df70b17f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -497,6 +497,7 @@ static int s3c2410wdt_resume(struct device *dev)




static struct device_driver s3c2410wdt_driver = {
static struct device_driver s3c2410wdt_driver = {
	.owner		= THIS_MODULE,
	.name		= "s3c2410-wdt",
	.name		= "s3c2410-wdt",
	.bus		= &platform_bus_type,
	.bus		= &platform_bus_type,
	.probe		= s3c2410wdt_probe,
	.probe		= s3c2410wdt_probe,