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>
Este cometimento está contido em:

cometido por
Greg Kroah-Hartman

ascendente
1fc7ad5d39
cometimento
8283c4ff57
@@ -126,7 +126,7 @@ static struct platform_driver tps65912_gpio_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = tps65912_gpio_probe,
|
||||
.remove = __devexit_p(tps65912_gpio_remove),
|
||||
.remove = tps65912_gpio_remove,
|
||||
};
|
||||
|
||||
static int __init tps65912_gpio_init(void)
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador