The patch titled Subject: drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver has been added to the -mm tree. Its filename is rtc-ds1685-remove-owner-assignment-from-platform_driver.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/rtc-ds1685-remove-owner-assignment-from-platform_driver.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/rtc-ds1685-remove-owner-assignment-from-platform_driver.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Joshua Kinard <kumba@xxxxxxxxxx> Subject: drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver The rtc driver core now sets the platform_driver 'owner' property, so remove the assignment from the DS1685 driver. Fixes: aaaf5fbf56f1: "rtc: add driver for DS1685 family of real time clocks" Signed-off-by: Joshua Kinard <kumba@xxxxxxxxxx> Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-ds1685.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/rtc/rtc-ds1685.c~rtc-ds1685-remove-owner-assignment-from-platform_driver drivers/rtc/rtc-ds1685.c --- a/drivers/rtc/rtc-ds1685.c~rtc-ds1685-remove-owner-assignment-from-platform_driver +++ a/drivers/rtc/rtc-ds1685.c @@ -2139,7 +2139,6 @@ ds1685_rtc_remove(struct platform_device static struct platform_driver ds1685_rtc_driver = { .driver = { .name = "rtc-ds1685", - .owner = THIS_MODULE, }, .probe = ds1685_rtc_probe, .remove = ds1685_rtc_remove, _ Patches currently in -mm which might be from kumba@xxxxxxxxxx are origin.patch rtc-ds1685-remove-owner-assignment-from-platform_driver.patch mips-ip32-add-platform-data-hooks-to-use-ds1685-driver.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html