Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux...
[pandora-kernel.git] / drivers / mmc / core / sdio_bus.c
index e4e6822..40989e6 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <linux/device.h>
 #include <linux/err.h>
+#include <linux/export.h>
 #include <linux/slab.h>
 #include <linux/pm_runtime.h>
 
@@ -173,7 +174,7 @@ static int sdio_bus_remove(struct device *dev)
        drv->remove(func);
 
        if (func->irq_handler) {
-               printk(KERN_WARNING "WARNING: driver %s did not remove "
+               pr_warning("WARNING: driver %s did not remove "
                        "its interrupt handler!\n", drv->name);
                sdio_claim_host(func);
                sdio_release_irq(func);