提交 dd68e88c 编写于 作者: A Andrew Morton 提交者: Russell King

[SERIAL] 8520_pci: build fix

_INLINE_ went away.
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 ea8874dc
......@@ -837,8 +837,8 @@ static struct pci_serial_quirk *find_quirk(struct pci_dev *dev)
return quirk;
}
static _INLINE_ int
get_pci_irq(struct pci_dev *dev, struct pciserial_board *board)
static inline int get_pci_irq(struct pci_dev *dev,
struct pciserial_board *board)
{
if (board->flags & FL_NOIRQ)
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册