[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: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Ben Dooks and committed by Russell King cdfc8f50 7c398988

+1
+1
drivers/char/s3c2410-rtc.c
··· 564 564 565 565 static struct device_driver s3c2410_rtcdrv = { 566 566 .name = "s3c2410-rtc", 567 + .owner = THIS_MODULE, 567 568 .bus = &platform_bus_type, 568 569 .probe = s3c2410_rtc_probe, 569 570 .remove = s3c2410_rtc_remove,