Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218512
b: refs/heads/master
c: fd0574c
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 28, 2010
1 parent b73cac9 commit f988f96
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: 04c17aa89380addf8d7df6f0fd269fc2bd87796c
refs/heads/master: fd0574cb54bf1dd068e4603f0d67d237aa1d718d
6 changes: 3 additions & 3 deletions trunk/drivers/gpio/langwell_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ static int lnw_irq_type(unsigned irq, unsigned type)
spin_unlock_irqrestore(&lnw->lock, flags);

return 0;
};
}

static void lnw_irq_unmask(unsigned irq)
{
};
}

static void lnw_irq_mask(unsigned irq)
{
};
}

static struct irq_chip lnw_irqchip = {
.name = "LNW-GPIO",
Expand Down

0 comments on commit f988f96

Please sign in to comment.