The patch titled Subject: drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver has been removed from the -mm tree. Its filename was rtc-ds1685-remove-owner-assignment-from-platform_driver.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 -- 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