diff options
Diffstat (limited to 'sys/i386/pci/pci_cfgreg.c')
-rw-r--r-- | sys/i386/pci/pci_cfgreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c index 5cde7d2..e22874c 100644 --- a/sys/i386/pci/pci_cfgreg.c +++ b/sys/i386/pci/pci_cfgreg.c @@ -60,7 +60,7 @@ static struct mtx pcicfg_mtx; * apparently undocumented anywhere. Assume these are completely bogus * and map them to 255, which means "none". */ -static __inline__ int +static __inline int pci_i386_map_intline(int line) { if (line == 0 || line >= 128) |