Merge tag 'for-v3.17/omap-hwmod-a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / mach-omap2 / omap_hwmod_7xx_data.c
index 83d19d32bbd05383c88e264ccb30ec02ccade73a..e3562624ae48f6785f293765758f755b77385fea 100644 (file)
@@ -393,19 +393,10 @@ static struct omap_dma_dev_attr dma_dev_attr = {
 };
 
 /* dma_system */
-static struct omap_hwmod_irq_info dra7xx_dma_system_irqs[] = {
-       { .name = "0", .irq = 12 + DRA7XX_IRQ_GIC_START },
-       { .name = "1", .irq = 13 + DRA7XX_IRQ_GIC_START },
-       { .name = "2", .irq = 14 + DRA7XX_IRQ_GIC_START },
-       { .name = "3", .irq = 15 + DRA7XX_IRQ_GIC_START },
-       { .irq = -1 }
-};
-
 static struct omap_hwmod dra7xx_dma_system_hwmod = {
        .name           = "dma_system",
        .class          = &dra7xx_dma_hwmod_class,
        .clkdm_name     = "dma_clkdm",
-       .mpu_irqs       = dra7xx_dma_system_irqs,
        .main_clk       = "l3_iclk_div",
        .prcm = {
                .omap4 = {
This page took 0.033813 seconds and 5 git commands to generate.