Loading arch/sh/boards/board-espt.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <linux/mtd/physmap.h> #include <linux/mtd/physmap.h> #include <linux/io.h> #include <linux/io.h> #include <linux/sh_eth.h> #include <linux/sh_eth.h> #include <linux/sh_intc.h> #include <asm/machvec.h> #include <asm/machvec.h> #include <asm/sizes.h> #include <asm/sizes.h> Loading Loading @@ -71,7 +72,7 @@ static struct resource sh_eth_resources[] = { .flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM, }, { }, { .start = 57, /* irq number */ .start = evt2irq(0x920), /* irq number */ .flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ, }, }, }; }; Loading Loading
arch/sh/boards/board-espt.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <linux/mtd/physmap.h> #include <linux/mtd/physmap.h> #include <linux/io.h> #include <linux/io.h> #include <linux/sh_eth.h> #include <linux/sh_eth.h> #include <linux/sh_intc.h> #include <asm/machvec.h> #include <asm/machvec.h> #include <asm/sizes.h> #include <asm/sizes.h> Loading Loading @@ -71,7 +72,7 @@ static struct resource sh_eth_resources[] = { .flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM, }, { }, { .start = 57, /* irq number */ .start = evt2irq(0x920), /* irq number */ .flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ, }, }, }; }; Loading