Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303087
b: refs/heads/master
c: f9b08c6
h: refs/heads/master
i:
  303085: ee3ab9d
  303083: 783a100
  303079: 6898575
  303071: 2ce2358
v: v3
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed May 12, 2012
1 parent 3a1635c commit 03f8f11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1e819e57b5211efcde9055949b58e8edd232222
refs/heads/master: f9b08c6d37ca5aa47de5b9e8a6bcf245a69c7bf1
13 changes: 3 additions & 10 deletions trunk/arch/arm/mach-exynos/mach-armlex4210.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,9 @@ static void __init armlex4210_wlan_init(void)
}

static struct resource armlex4210_smsc911x_resources[] = {
[0] = {
.start = EXYNOS4_PA_SROM_BANK(3),
.end = EXYNOS4_PA_SROM_BANK(3) + SZ_64K - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = IRQ_EINT(27),
.end = IRQ_EINT(27),
.flags = IORESOURCE_IRQ | IRQF_TRIGGER_HIGH,
},
[0] = DEFINE_RES_MEM(EXYNOS4_PA_SROM_BANK(3), SZ_64K),
[1] = DEFINE_RES_NAMED(IRQ_EINT(27), 1, NULL, IORESOURCE_IRQ \
| IRQF_TRIGGER_HIGH),
};

static struct smsc911x_platform_config smsc9215_config = {
Expand Down

0 comments on commit 03f8f11

Please sign in to comment.