projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c17aa
)
drivers/gpio/langwell_gpio.c: remove semicolons after function definitions
author
Andrew Morton
<akpm@linux-foundation.org>
Wed, 27 Oct 2010 22:33:22 +0000
(15:33 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:07 +0000
(18:03 -0700)
Deweird this driver.
Cc: Alek Du <alek.du@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpio/langwell_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/langwell_gpio.c
b/drivers/gpio/langwell_gpio.c
index 8383a8d7f9945dee14f15fb6b4ba3c08a3885fe6..222de1292e2b66c88a39092204f083bfe165fa3e 100644
(file)
--- a/
drivers/gpio/langwell_gpio.c
+++ b/
drivers/gpio/langwell_gpio.c
@@
-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",