Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372260
b: refs/heads/master
c: 1461f8b
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Simon Horman committed Mar 18, 2013
1 parent 72dca30 commit 9a380d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fbc83b7f59dd8ed1154286b6de00b6d03c24a3c4
refs/heads/master: 1461f8b62ffac3baaa955f74d4fe4a6166bfb4b3
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-shmobile/setup-sh73a0.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ static struct platform_device ipmmu_device = {
.num_resources = ARRAY_SIZE(ipmmu_resources),
};

struct renesas_intc_irqpin_config irqpin0_platform_data = {
static struct renesas_intc_irqpin_config irqpin0_platform_data = {
.irq_base = irq_pin(0), /* IRQ0 -> IRQ7 */
};

Expand Down Expand Up @@ -842,7 +842,7 @@ static struct platform_device irqpin0_device = {
},
};

struct renesas_intc_irqpin_config irqpin1_platform_data = {
static struct renesas_intc_irqpin_config irqpin1_platform_data = {
.irq_base = irq_pin(8), /* IRQ8 -> IRQ15 */
.control_parent = true, /* Disable spurious IRQ10 */
};
Expand Down Expand Up @@ -873,7 +873,7 @@ static struct platform_device irqpin1_device = {
},
};

struct renesas_intc_irqpin_config irqpin2_platform_data = {
static struct renesas_intc_irqpin_config irqpin2_platform_data = {
.irq_base = irq_pin(16), /* IRQ16 -> IRQ23 */
};

Expand Down Expand Up @@ -903,7 +903,7 @@ static struct platform_device irqpin2_device = {
},
};

struct renesas_intc_irqpin_config irqpin3_platform_data = {
static struct renesas_intc_irqpin_config irqpin3_platform_data = {
.irq_base = irq_pin(24), /* IRQ24 -> IRQ31 */
};

Expand Down

0 comments on commit 9a380d1

Please sign in to comment.