mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 12:00:53 +07:00
[SERIAL] 8520_pci: build fix
_INLINE_ went away. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
ea8874dc38
commit
dd68e88c72
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user