X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Farm%2Fmach-omap2%2Fomap_device.c;h=e920dd83e443753ccced325ce19c48c6bca398c6;hb=f0936155f2204720655aefbc2f17c25a2c80a59e;hp=c2626f83e0c22542f6fc1aaeffde238d02940584;hpb=d52bd54db8be8999df6df5a776f38c4f8b5e9cea;p=deliverable%2Flinux.git diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c index c2626f83e0c2..e920dd83e443 100644 --- a/arch/arm/mach-omap2/omap_device.c +++ b/arch/arm/mach-omap2/omap_device.c @@ -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;