Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286887
b: refs/heads/master
c: 5f76559
h: refs/heads/master
i:
  286885: d2b07d7
  286883: af3f55c
  286879: b5ea6f5
v: v3
  • Loading branch information
Russell King committed Jan 19, 2012
1 parent 60be3ae commit a58947a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 57270fcdc7925def3c80d75344467dff2bec8025
refs/heads/master: 5f76559a7736d049705400b5546d524485d5ed0d
5 changes: 2 additions & 3 deletions trunk/arch/arm/mach-sa1100/collie.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ static struct pda_power_pdata collie_power_data = {
static struct resource collie_power_resource[] = {
{
.name = "ac",
.start = gpio_to_irq(COLLIE_GPIO_AC_IN),
.end = gpio_to_irq(COLLIE_GPIO_AC_IN),
.flags = IORESOURCE_IRQ |
IORESOURCE_IRQ_HIGHEDGE |
IORESOURCE_IRQ_LOWEDGE,
Expand Down Expand Up @@ -347,7 +345,8 @@ static void __init collie_init(void)

GPSR |= _COLLIE_GPIO_UCB1x00_RESET;


collie_power_resource[0].start = gpio_to_irq(COLLIE_GPIO_AC_IN);
collie_power_resource[0].end = gpio_to_irq(COLLIE_GPIO_AC_IN);
platform_scoop_config = &collie_pcmcia_config;

ret = platform_add_devices(devices, ARRAY_SIZE(devices));
Expand Down

0 comments on commit a58947a

Please sign in to comment.