mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 00:26:39 +08:00
[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: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
parent
df70b17f88
commit
30da9404bc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user