commit | 84449216b01f9c2b4c9b1882f9d6abba07b7b7ca | [log] [tgz] |
---|---|---|
author | Bill Pemberton <[email protected]> | Mon Nov 19 13:20:24 2012 -0500 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Nov 28 12:16:42 2012 -0800 |
tree | e9d64add01526f868c530847652cc7ce172d067a | |
parent | b1f7c8cc1b4619f3dfd9f36bcfd35a0f4ce0cd13 [diff] [blame] |
mfd: 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 <[email protected]> Cc: Srinidhi Kasagar <[email protected]> Cc: Peter Tyser <[email protected]> Cc: Daniel Walker <[email protected]> Cc: Bryan Huntsman <[email protected]> Acked-by: David Brown <[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/mfd/tps6105x.c b/drivers/mfd/tps6105x.c index 14051bd..4538960 100644 --- a/drivers/mfd/tps6105x.c +++ b/drivers/mfd/tps6105x.c
@@ -226,7 +226,7 @@ .name = "tps6105x", }, .probe = tps6105x_probe, - .remove = __devexit_p(tps6105x_remove), + .remove = tps6105x_remove, .id_table = tps6105x_id, };