Commit fd0574cb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

drivers/gpio/langwell_gpio.c: remove semicolons after function definitions

Deweird this driver.

Cc: Alek Du <alek.du@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 04c17aa8
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment