]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/rtc/rtc-da9052.c: remove empty function
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 23 May 2013 00:37:57 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 27 May 2013 06:09:26 +0000 (16:09 +1000)
After the switch to devm_ functions and the removal of
rtc_device_unregister(), the 'remove' function does not do anything.
Delete it.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-da9052.c

index a61ab7fa8a6606689cbb8cfa69bb5a5ebed68811..2f7fdd77a6f05cf77e6e0209920bed69a0361317 100644 (file)
@@ -255,14 +255,8 @@ static int da9052_rtc_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int da9052_rtc_remove(struct platform_device *pdev)
-{
-       return 0;
-}
-
 static struct platform_driver da9052_rtc_driver = {
        .probe  = da9052_rtc_probe,
-       .remove = da9052_rtc_remove,
        .driver = {
                .name   = "da9052-rtc",
                .owner  = THIS_MODULE,