[SERIAL] 8520_pci: build fix
authorAndrew Morton <akpm@osdl.org>
Thu, 5 Jan 2006 10:55:26 +0000 (10:55 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 5 Jan 2006 10:55:26 +0000 (10:55 +0000)
_INLINE_ went away.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/8250_pci.c

index 4a589a9456f50b0cea1ff989ef7fe27bc8208c94..589fb076654a4be48ce4c3d727aafa65c1c12829 100644 (file)
@@ -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;