]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/plat-omap/devices.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[net-next-2.6.git] / arch / arm / plat-omap / devices.c
index 3a3e357fff3c0a0c646703224f074d9f5e78eb02..95677d17cd1ca02e9626e41e57dae23d16024a7e 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/init.h>
 #include <linux/platform_device.h>
 #include <linux/io.h>
+#include <linux/slab.h>
 
 #include <mach/hardware.h>
 #include <asm/mach-types.h>
@@ -205,8 +206,8 @@ static struct resource mcpdm_resources[] = {
        },
        {
                .name           = "mcpdm_irq",
-               .start          = INT_44XX_MCPDM_IRQ,
-               .end            = INT_44XX_MCPDM_IRQ,
+               .start          = OMAP44XX_IRQ_MCPDM,
+               .end            = OMAP44XX_IRQ_MCPDM,
                .flags          = IORESOURCE_IRQ,
        },
 };