Loading arch/arm/mach-lpc32xx/phy3250.c +2 −2 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ static struct amba_device lpc32xx_clcd_device = { .flags = IORESOURCE_MEM, }, .dma_mask = ~0, .irq = {IRQ_LPC32XX_LCD, NO_IRQ}, .irq = {IRQ_LPC32XX_LCD}, }; /* Loading Loading @@ -203,7 +203,7 @@ static struct amba_device lpc32xx_ssp0_device = { .flags = IORESOURCE_MEM, }, .dma_mask = ~0, .irq = {IRQ_LPC32XX_SSP0, NO_IRQ}, .irq = {IRQ_LPC32XX_SSP0}, }; /* AT25 driver registration */ Loading Loading
arch/arm/mach-lpc32xx/phy3250.c +2 −2 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ static struct amba_device lpc32xx_clcd_device = { .flags = IORESOURCE_MEM, }, .dma_mask = ~0, .irq = {IRQ_LPC32XX_LCD, NO_IRQ}, .irq = {IRQ_LPC32XX_LCD}, }; /* Loading Loading @@ -203,7 +203,7 @@ static struct amba_device lpc32xx_ssp0_device = { .flags = IORESOURCE_MEM, }, .dma_mask = ~0, .irq = {IRQ_LPC32XX_SSP0, NO_IRQ}, .irq = {IRQ_LPC32XX_SSP0}, }; /* AT25 driver registration */ Loading