mmc: remove use of __devexit
[linux-2.6-block.git] / drivers / mmc / host / mmci.c
index 5e3e05dfa57f01bfd488c4fc7f45598a97bc09c8..ec28d175d9c8df972612f3af3bef1f65237bbdb5 100644 (file)
@@ -337,7 +337,7 @@ static void mmci_dma_setup(struct mmci_host *host)
 }
 
 /*
- * This is used in or __devexit so inline it
+ * This is used in or so inline it
  * so it can be discarded.
  */
 static inline void mmci_dma_release(struct mmci_host *host)
@@ -1522,7 +1522,7 @@ static int mmci_probe(struct amba_device *dev,
        return ret;
 }
 
-static int __devexit mmci_remove(struct amba_device *dev)
+static int mmci_remove(struct amba_device *dev)
 {
        struct mmc_host *mmc = amba_get_drvdata(dev);