ath10k: rename board_data in struct ath10k
[cascardo/linux.git] / drivers / rtc / rtc-m41t93.c
index 9707d36..4698c7e 100644 (file)
@@ -194,19 +194,12 @@ static int m41t93_probe(struct spi_device *spi)
        return 0;
 }
 
-
-static int m41t93_remove(struct spi_device *spi)
-{
-       return 0;
-}
-
 static struct spi_driver m41t93_driver = {
        .driver = {
                .name   = "rtc-m41t93",
                .owner  = THIS_MODULE,
        },
        .probe  = m41t93_probe,
-       .remove = m41t93_remove,
 };
 
 module_spi_driver(m41t93_driver);