Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd68e88c authored by Andrew Morton's avatar Andrew Morton Committed by Russell King
Browse files

[SERIAL] 8520_pci: build fix



_INLINE_ went away.

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ea8874dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;