gpio: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Grant Likely <grant.likely@secretlab.ca> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: Peter Tyser <ptyser@xes-inc.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
b5ba78de76
commit
206210ce68
@@ -113,7 +113,7 @@ static int gpo_twl6040_probe(struct platform_device *pdev)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int __devexit gpo_twl6040_remove(struct platform_device *pdev)
|
||||
static int gpo_twl6040_remove(struct platform_device *pdev)
|
||||
{
|
||||
return gpiochip_remove(&twl6040gpo_chip);
|
||||
}
|
||||
|
Reference in New Issue
Block a user