spi: Remove HOTPLUG section attributes
[deliverable/linux.git] / drivers / spi / spi-clps711x.c
index 59677eb30f94767c3134202ee8564b676ca14e61..1366c4620d5d10b125f2ddb29b2a416d5d0d7033 100644 (file)
@@ -163,7 +163,7 @@ static irqreturn_t spi_clps711x_isr(int irq, void *dev_id)
        return IRQ_HANDLED;
 }
 
-static int __devinit spi_clps711x_probe(struct platform_device *pdev)
+static int spi_clps711x_probe(struct platform_device *pdev)
 {
        int i, ret;
        struct spi_master *master;
@@ -261,7 +261,7 @@ err_out:
        return ret;
 }
 
-static int __devexit spi_clps711x_remove(struct platform_device *pdev)
+static int spi_clps711x_remove(struct platform_device *pdev)
 {
        int i;
        struct spi_master *master = platform_get_drvdata(pdev);
@@ -287,7 +287,7 @@ static struct platform_driver clps711x_spi_driver = {
                .owner  = THIS_MODULE,
        },
        .probe  = spi_clps711x_probe,
-       .remove = __devexit_p(spi_clps711x_remove),
+       .remove = spi_clps711x_remove,
 };
 module_platform_driver(clps711x_spi_driver);
 
This page took 0.026511 seconds and 5 git commands to generate.