Subject: + drivers-rtc-rtc-pcf2127c-remove-empty-function.patch added to -mm tree To: sachin.kamat@xxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Fri, 19 Jul 2013 15:35:14 -0700 The patch titled Subject: drivers/rtc/rtc-pcf2127.c: remove empty function has been added to the -mm tree. Its filename is drivers-rtc-rtc-pcf2127c-remove-empty-function.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/drivers-rtc-rtc-pcf2127c-remove-empty-function.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/drivers-rtc-rtc-pcf2127c-remove-empty-function.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: Sachin Kamat <sachin.kamat@xxxxxxxxxx> Subject: drivers/rtc/rtc-pcf2127.c: remove empty function The 'remove' function is empty and does not do anything. Delete it. Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-pcf2127.c | 6 ------ 1 file changed, 6 deletions(-) diff -puN drivers/rtc/rtc-pcf2127.c~drivers-rtc-rtc-pcf2127c-remove-empty-function drivers/rtc/rtc-pcf2127.c --- a/drivers/rtc/rtc-pcf2127.c~drivers-rtc-rtc-pcf2127c-remove-empty-function +++ a/drivers/rtc/rtc-pcf2127.c @@ -203,11 +203,6 @@ static int pcf2127_probe(struct i2c_clie return 0; } -static int pcf2127_remove(struct i2c_client *client) -{ - return 0; -} - static const struct i2c_device_id pcf2127_id[] = { { "pcf2127", 0 }, { } @@ -229,7 +224,6 @@ static struct i2c_driver pcf2127_driver .of_match_table = of_match_ptr(pcf2127_of_match), }, .probe = pcf2127_probe, - .remove = pcf2127_remove, .id_table = pcf2127_id, }; _ Patches currently in -mm which might be from sachin.kamat@xxxxxxxxxx are origin.patch drivers-rtc-rtc-pcf2127c-remove-empty-function.patch linux-next.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