diff options
| author | perry <perry@NetBSD.org> | 2005-12-24 21:11:15 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2005-12-24 21:11:15 +0000 |
| commit | 4e11af46bc17850573de478d514cf2fdf8638bd7 (patch) | |
| tree | c73b10dd6e35a0a7007ca003d9affeaedfcb0d9f /lib/libarch | |
| parent | 552b373ffa06138300a8b55dce0cef5c363aff86 (diff) | |
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
Diffstat (limited to 'lib/libarch')
| -rw-r--r-- | lib/libarch/alpha/alpha_pci_io.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libarch/alpha/alpha_pci_io.c b/lib/libarch/alpha/alpha_pci_io.c index 0df584ad213..75481ce4941 100644 --- a/lib/libarch/alpha/alpha_pci_io.c +++ b/lib/libarch/alpha/alpha_pci_io.c @@ -1,4 +1,4 @@ -/* $NetBSD: alpha_pci_io.c,v 1.2 2001/07/17 17:46:42 thorpej Exp $ */ +/* $NetBSD: alpha_pci_io.c,v 1.3 2005/12/24 21:11:16 perry Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -129,7 +129,7 @@ alpha_pci_io_enable(int onoff) return (0); } -static __inline struct alpha_bus_window * +static inline struct alpha_bus_window * alpha_pci_io_findwindow(bus_addr_t ioaddr) { struct alpha_bus_window *abw; @@ -150,7 +150,7 @@ alpha_pci_io_findwindow(bus_addr_t ioaddr) /* NOTREACHED */ } -static __inline uint32_t * +static inline uint32_t * alpha_pci_io_swiz(bus_addr_t ioaddr, int size) { struct alpha_bus_window *abw = alpha_pci_io_findwindow(ioaddr); |
