commit | 3836309d93462bbf34851c078be6e5e77d888e3d | [log] [tgz] |
---|---|---|
author | Bill Pemberton <[email protected]> | Mon Nov 19 13:22:34 2012 -0500 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Nov 28 11:39:33 2012 -0800 |
tree | 5b391233266d03b38f7840f960b88c3685331ff4 | |
parent | 8283c4ff57bdf3c1d8985c86e4ef44e1bb70f1f6 [diff] [blame] |
gpio: remove use of __devinit CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Cc: Grant Likely <[email protected]> Cc: Peter Tyser <[email protected]> Cc: Santosh Shilimkar <[email protected]> Cc: Kevin Hilman <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
diff --git a/drivers/gpio/gpio-max730x.c b/drivers/gpio/gpio-max730x.c index 05e2dac..91b4f45 100644 --- a/drivers/gpio/gpio-max730x.c +++ b/drivers/gpio/gpio-max730x.c
@@ -160,7 +160,7 @@ mutex_unlock(&ts->lock); } -int __devinit __max730x_probe(struct max7301 *ts) +int __max730x_probe(struct max7301 *ts) { struct device *dev = ts->dev; struct max7301_platform_data *pdata;