提交 fd0574cb 编写于 作者: A Andrew Morton 提交者: 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: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册