Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303099
b: refs/heads/master
c: 5f3b90d
h: refs/heads/master
i:
  303097: fefcf19
  303095: 811ed75
v: v3
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed May 12, 2012
1 parent b1e40d7 commit 83e3a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: e21be38afa835e6a58d88c46eb88720e4a444ed8
refs/heads/master: 5f3b90dcc0f0dec654112d28c5a07ef47ad61d0f
9 changes: 2 additions & 7 deletions trunk/arch/arm/mach-s3c24xx/mach-rx1950.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,8 @@ static struct pda_power_pdata power_supply_info = {
};

static struct resource power_supply_resources[] = {
[0] = {
.name = "ac",
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE |
IORESOURCE_IRQ_HIGHEDGE,
.start = IRQ_EINT2,
.end = IRQ_EINT2,
},
[0] = DEFINE_RES_NAMED(IRQ_EINT2, 1, "ac", IORESOURCE_IRQ \
| IORESOURCE_IRQ_LOWEDGE | IORESOURCE_IRQ_HIGHEDGE),
};

static struct platform_device power_supply = {
Expand Down

0 comments on commit 83e3a88

Please sign in to comment.