Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295347
b: refs/heads/master
c: 0250eb5
h: refs/heads/master
i:
  295345: 33e1990
  295343: 2653c57
v: v3
  • Loading branch information
Russell King committed Jan 25, 2012
1 parent 3ae5fe1 commit 2032a53
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4ce02fdc4e20210d3bb042910257689d0a5afb9a
refs/heads/master: 0250eb5e7d19b0f89330be30a88e216db1849aed
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-ep93xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static struct amba_device uart1_device = {
.end = EP93XX_UART1_PHYS_BASE + 0x0fff,
.flags = IORESOURCE_MEM,
},
.irq = { IRQ_EP93XX_UART1, NO_IRQ },
.irq = { IRQ_EP93XX_UART1 },
.periphid = 0x00041010,
};

Expand All @@ -303,7 +303,7 @@ static struct amba_device uart2_device = {
.end = EP93XX_UART2_PHYS_BASE + 0x0fff,
.flags = IORESOURCE_MEM,
},
.irq = { IRQ_EP93XX_UART2, NO_IRQ },
.irq = { IRQ_EP93XX_UART2 },
.periphid = 0x00041010,
};

Expand All @@ -317,7 +317,7 @@ static struct amba_device uart3_device = {
.end = EP93XX_UART3_PHYS_BASE + 0x0fff,
.flags = IORESOURCE_MEM,
},
.irq = { IRQ_EP93XX_UART3, NO_IRQ },
.irq = { IRQ_EP93XX_UART3 },
.periphid = 0x00041010,
};

Expand Down

0 comments on commit 2032a53

Please sign in to comment.