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

Commit cdfc8f50 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[ARM] 2963/1: S3C2410 - add .owner field to device_driver



Patch from Ben Dooks

Add initialisation of .owner field so that
the device driver can be referenced to the
module that owns it.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7c398988
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -564,6 +564,7 @@ static int s3c2410_rtc_resume(struct device *dev, u32 level)

static struct device_driver s3c2410_rtcdrv = {
	.name		= "s3c2410-rtc",
	.owner		= THIS_MODULE,
	.bus		= &platform_bus_type,
	.probe		= s3c2410_rtc_probe,
	.remove		= s3c2410_rtc_remove,