gpio: remove use of __devexit_p
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Peter Tyser <ptyser@xes-inc.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> 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
1fc7ad5d39
commit
8283c4ff57
@@ -312,7 +312,7 @@ static struct platform_driver vx855gpio_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = vx855gpio_probe,
|
||||
.remove = __devexit_p(vx855gpio_remove),
|
||||
.remove = vx855gpio_remove,
|
||||
};
|
||||
|
||||
module_platform_driver(vx855gpio_driver);
|
||||
|
Reference in New Issue
Block a user