Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69473
b: refs/heads/master
c: 1a10497
h: refs/heads/master
i:
  69471: 6bd851b
v: v3
  • Loading branch information
Thomas Gleixner authored and Russell King committed Oct 12, 2007
1 parent 6ecaffd commit 03d2f7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 4b9ced769177a9e7a96d0e98a09cb5e6b1d506da
refs/heads/master: 1a10497cfb3ea79bed1470683d4ec5c189febaa6
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-clps7500/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@ static struct irq_chip clps7500_no_chip = {
.unmask = cl7500_no_action,
};

static struct irqaction irq_isa = { no_action, 0, CPU_MASK_NONE, "isa", NULL, NULL };
static struct irqaction irq_isa = {
.handler = no_action,
.mask = CPU_MASK_NONE,
.name = "isa",
};

static void __init clps7500_init_irq(void)
{
Expand Down

0 comments on commit 03d2f7d

Please sign in to comment.