Skip to content

Commit

Permalink
drivers/gpio/langwell_gpio.c: remove semicolons after function defini…
Browse files Browse the repository at this point in the history
…tions

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>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 28, 2010
1 parent 04c17aa commit fd0574c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 fd0574c

Please sign in to comment.