diff options
Diffstat (limited to 'drivers/mmc/core/sdio_bus.c')
-rw-r--r-- | drivers/mmc/core/sdio_bus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core/sdio_bus.c index e4e6822d09e3..40989e6bb53a 100644 --- a/drivers/mmc/core/sdio_bus.c +++ b/drivers/mmc/core/sdio_bus.c | |||
@@ -13,6 +13,7 @@ | |||
13 | 13 | ||
14 | #include <linux/device.h> | 14 | #include <linux/device.h> |
15 | #include <linux/err.h> | 15 | #include <linux/err.h> |
16 | #include <linux/export.h> | ||
16 | #include <linux/slab.h> | 17 | #include <linux/slab.h> |
17 | #include <linux/pm_runtime.h> | 18 | #include <linux/pm_runtime.h> |
18 | 19 | ||
@@ -173,7 +174,7 @@ static int sdio_bus_remove(struct device *dev) | |||
173 | drv->remove(func); | 174 | drv->remove(func); |
174 | 175 | ||
175 | if (func->irq_handler) { | 176 | if (func->irq_handler) { |
176 | printk(KERN_WARNING "WARNING: driver %s did not remove " | 177 | pr_warning("WARNING: driver %s did not remove " |
177 | "its interrupt handler!\n", drv->name); | 178 | "its interrupt handler!\n", drv->name); |
178 | sdio_claim_host(func); | 179 | sdio_claim_host(func); |
179 | sdio_release_irq(func); | 180 | sdio_release_irq(func); |