Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck...
[linux-2.6-microblaze.git] / drivers / rtc / rtc-ds1286.c
index 398c96a..50e109b 100644 (file)
@@ -353,18 +353,12 @@ static int ds1286_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int ds1286_remove(struct platform_device *pdev)
-{
-       return 0;
-}
-
 static struct platform_driver ds1286_platform_driver = {
        .driver         = {
                .name   = "rtc-ds1286",
                .owner  = THIS_MODULE,
        },
        .probe          = ds1286_probe,
-       .remove         = ds1286_remove,
 };
 
 module_platform_driver(ds1286_platform_driver);