summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mc13xxx-spi.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:20:24 +0100
committerGreg Kroah-Hartman2012-11-28 21:16:42 +0100
commit84449216b01f9c2b4c9b1882f9d6abba07b7b7ca (patch)
treee9d64add01526f868c530847652cc7ce172d067a /drivers/mfd/mc13xxx-spi.c
parentptp: remove use of __devexit (diff)
downloadkernel-qcow2-linux-84449216b01f9c2b4c9b1882f9d6abba07b7b7ca.tar.gz
kernel-qcow2-linux-84449216b01f9c2b4c9b1882f9d6abba07b7b7ca.tar.xz
kernel-qcow2-linux-84449216b01f9c2b4c9b1882f9d6abba07b7b7ca.zip
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 <wfp5p@virginia.edu> Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Cc: Peter Tyser <ptyser@xes-inc.com> Cc: Daniel Walker <dwalker@fifo99.com> Cc: Bryan Huntsman <bryanh@codeaurora.org> Acked-by: David Brown <davidb@codeaurora.org> 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>
Diffstat (limited to 'drivers/mfd/mc13xxx-spi.c')
-rw-r--r--drivers/mfd/mc13xxx-spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/mc13xxx-spi.c b/drivers/mfd/mc13xxx-spi.c
index 0bdb43a0aff0..e7acd0511156 100644
--- a/drivers/mfd/mc13xxx-spi.c
+++ b/drivers/mfd/mc13xxx-spi.c
@@ -176,7 +176,7 @@ static struct spi_driver mc13xxx_spi_driver = {
.of_match_table = mc13xxx_dt_ids,
},
.probe = mc13xxx_spi_probe,
- .remove = __devexit_p(mc13xxx_spi_remove),
+ .remove = mc13xxx_spi_remove,
};
static int __init mc13xxx_init(void)