Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340094
b: refs/heads/master
c: 49e67de
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Shiyan authored and Olof Johansson committed Nov 21, 2012
1 parent 6641e5c commit 6bbff4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 197926108cc837474f8807678d6220bdce281620
refs/heads/master: 49e67de364ea7b2dd69066c95990e686d4de6154
10 changes: 0 additions & 10 deletions trunk/arch/arm/mach-clps711x/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ static void int1_mask(struct irq_data *d)
clps_writel(intmr1, INTMR1);
}

static void int1_ack(struct irq_data *d)
{
}

static void int1_eoi(struct irq_data *d)
{
switch (d->irq) {
Expand All @@ -93,7 +89,6 @@ static void int1_unmask(struct irq_data *d)

static struct irq_chip int1_chip = {
.name = "Interrupt Vector 1",
.irq_ack = int1_ack,
.irq_eoi = int1_eoi,
.irq_mask = int1_mask,
.irq_unmask = int1_unmask,
Expand All @@ -108,10 +103,6 @@ static void int2_mask(struct irq_data *d)
clps_writel(intmr2, INTMR2);
}

static void int2_ack(struct irq_data *d)
{
}

static void int2_eoi(struct irq_data *d)
{
switch (d->irq) {
Expand All @@ -130,7 +121,6 @@ static void int2_unmask(struct irq_data *d)

static struct irq_chip int2_chip = {
.name = "Interrupt Vector 2",
.irq_ack = int2_ack,
.irq_eoi = int2_eoi,
.irq_mask = int2_mask,
.irq_unmask = int2_unmask,
Expand Down

0 comments on commit 6bbff4f

Please sign in to comment.