Mark the declaration of bus_space_map 'static' as the implementation is.

Follow one of the two most common indent schemes in this file.
This unbreaks a few mips kernel builds.
This commit is contained in:
Bjoern A. Zeeb 2009-03-28 23:24:34 +00:00
parent bee7f5e646
commit f19dafc798
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190515

View file

@ -101,8 +101,9 @@
* Map a region of device bus space into CPU virtual address space.
*/
__inline int bus_space_map(bus_space_tag_t t, bus_addr_t addr,
bus_size_t size, int flags, bus_space_handle_t *bshp);
static __inline int bus_space_map(bus_space_tag_t t, bus_addr_t addr,
bus_size_t size, int flags,
bus_space_handle_t *bshp);
static __inline int
bus_space_map(bus_space_tag_t t __unused, bus_addr_t addr,