]> Pileus Git - ~andy/linux/blobdiff - drivers/rtc/rtc-dm355evm.c
Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[~andy/linux] / drivers / rtc / rtc-dm355evm.c
index 1e1ca63d58a9dd67c6a19e3dc99a0394da1646c3..1aca08394c479dc2fffa69d7230e143e51413a51 100644 (file)
@@ -139,19 +139,12 @@ static int dm355evm_rtc_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int dm355evm_rtc_remove(struct platform_device *pdev)
-{
-       platform_set_drvdata(pdev, NULL);
-       return 0;
-}
-
 /*
  * I2C is used to talk to the MSP430, but this platform device is
  * exposed by an MFD driver that manages I2C communications.
  */
 static struct platform_driver rtc_dm355evm_driver = {
        .probe          = dm355evm_rtc_probe,
-       .remove         = dm355evm_rtc_remove,
        .driver         = {
                .owner  = THIS_MODULE,
                .name   = "rtc-dm355evm",