From: Andrew Morton Date: Wed, 27 Oct 2010 22:33:22 +0000 (-0700) Subject: drivers/gpio/langwell_gpio.c: remove semicolons after function definitions X-Git-Tag: v2.6.37-rc1~85^2~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd0574cb54bf1dd068e4603f0d67d237aa1d718d;p=profile%2Fcommon%2Fkernel-common.git drivers/gpio/langwell_gpio.c: remove semicolons after function definitions Deweird this driver. Cc: Alek Du Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/gpio/langwell_gpio.c b/drivers/gpio/langwell_gpio.c index 8383a8d..222de12 100644 --- 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",