gpio: remove use of __devinit
[deliverable/linux.git] / drivers / gpio / gpio-74x164.c
index ee1cb30e760884f5087dce2d613f5672c0d2da93..2e6df4180dea85143d8ea5753c32b67a57fd0e94 100644 (file)
@@ -105,7 +105,7 @@ static int gen_74x164_direction_output(struct gpio_chip *gc,
        return 0;
 }
 
-static int __devinit gen_74x164_probe(struct spi_device *spi)
+static int gen_74x164_probe(struct spi_device *spi)
 {
        struct gen_74x164_chip *chip;
        struct gen_74x164_chip_platform_data *pdata;
This page took 0.036071 seconds and 5 git commands to generate.