diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-armlex4210.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-armlex4210.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/arch/arm/mach-exynos/mach-armlex4210.c b/arch/arm/mach-exynos/mach-armlex4210.c index a1e70070afda..fed7116418eb 100644 --- a/arch/arm/mach-exynos/mach-armlex4210.c +++ b/arch/arm/mach-exynos/mach-armlex4210.c | |||
@@ -118,16 +118,9 @@ static void __init armlex4210_wlan_init(void) | |||
118 | } | 118 | } |
119 | 119 | ||
120 | static struct resource armlex4210_smsc911x_resources[] = { | 120 | static struct resource armlex4210_smsc911x_resources[] = { |
121 | [0] = { | 121 | [0] = DEFINE_RES_MEM(EXYNOS4_PA_SROM_BANK(3), SZ_64K), |
122 | .start = EXYNOS4_PA_SROM_BANK(3), | 122 | [1] = DEFINE_RES_NAMED(IRQ_EINT(27), 1, NULL, IORESOURCE_IRQ \ |
123 | .end = EXYNOS4_PA_SROM_BANK(3) + SZ_64K - 1, | 123 | | IRQF_TRIGGER_HIGH), |
124 | .flags = IORESOURCE_MEM, | ||
125 | }, | ||
126 | [1] = { | ||
127 | .start = IRQ_EINT(27), | ||
128 | .end = IRQ_EINT(27), | ||
129 | .flags = IORESOURCE_IRQ | IRQF_TRIGGER_HIGH, | ||
130 | }, | ||
131 | }; | 124 | }; |
132 | 125 | ||
133 | static struct smsc911x_platform_config smsc9215_config = { | 126 | static struct smsc911x_platform_config smsc9215_config = { |