Skip to content

Commit

Permalink
[SERIAL] 8520_pci: build fix
Browse files Browse the repository at this point in the history
_INLINE_ went away.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Andrew Morton authored and Russell King committed Jan 5, 2006
1 parent ea8874d commit dd68e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/serial/8250_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dd68e88

Please sign in to comment.