gpio: remove use of __devinit
[deliverable/linux.git] / drivers / gpio / gpio-max7300.c
index 869235f95e868340156eeb430e8d7895aec096da..5c92414e4d606462e45226ee3fd34ecbbe1d106a 100644 (file)
@@ -31,7 +31,7 @@ static int max7300_i2c_read(struct device *dev, unsigned int reg)
        return i2c_smbus_read_byte_data(client, reg);
 }
 
-static int __devinit max7300_probe(struct i2c_client *client,
+static int max7300_probe(struct i2c_client *client,
                         const struct i2c_device_id *id)
 {
        struct max7301 *ts;
This page took 0.036845 seconds and 5 git commands to generate.