misc: remove use of __devinit
[deliverable/linux.git] / drivers / misc / ad525x_dpot-spi.c
index 67e3073c2a6faa88691acf317ae2ef745703dafa..240c59870e7dcfcc335f21f2483ff0ebfe049fb4 100644 (file)
@@ -75,7 +75,7 @@ static const struct ad_dpot_bus_ops bops = {
        .write_r8d8     = write16,
        .write_r8d16    = write24,
 };
-static int __devinit ad_dpot_spi_probe(struct spi_device *spi)
+static int ad_dpot_spi_probe(struct spi_device *spi)
 {
        struct ad_dpot_bus_data bdata = {
                .client = spi,
This page took 0.024148 seconds and 5 git commands to generate.