Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-2.6-microblaze.git] / arch / arm / mach-omap2 / omap_device.c
index c2626f8..e920dd8 100644 (file)
@@ -209,7 +209,7 @@ static int _omap_device_notifier_call(struct notifier_block *nb,
        int err;
 
        switch (event) {
-       case BUS_NOTIFY_DEL_DEVICE:
+       case BUS_NOTIFY_REMOVED_DEVICE:
                if (pdev->archdata.od)
                        omap_device_delete(pdev->archdata.od);
                break;