diff options
Diffstat (limited to 'drivers/mfd/mc13xxx-spi.c')
-rw-r--r-- | drivers/mfd/mc13xxx-spi.c | 2 |
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 = { | |||
176 | .of_match_table = mc13xxx_dt_ids, | 176 | .of_match_table = mc13xxx_dt_ids, |
177 | }, | 177 | }, |
178 | .probe = mc13xxx_spi_probe, | 178 | .probe = mc13xxx_spi_probe, |
179 | .remove = __devexit_p(mc13xxx_spi_remove), | 179 | .remove = mc13xxx_spi_remove, |
180 | }; | 180 | }; |
181 | 181 | ||
182 | static int __init mc13xxx_init(void) | 182 | static int __init mc13xxx_init(void) |