Delete incomplete implementation of bus_space_{alloc,free} in bus.h.
authoraoyama <aoyama@openbsd.org>
Mon, 14 Feb 2022 13:03:52 +0000 (13:03 +0000)
committeraoyama <aoyama@openbsd.org>
Mon, 14 Feb 2022 13:03:52 +0000 (13:03 +0000)
commit4871f7d83bdfb80f6eb34b00875b84363db9425d
treecd588fba32296ab6fba6ad8726afd80ebf67a6f9
parent6db93d98ab6b126faecda9846368016239097d4c
Delete incomplete implementation of bus_space_{alloc,free} in bus.h.

This prevents errors on luna88k in src/usr.sbin/fw_update/pattern.c
which includes dev/pci/pcivar.h, which includes machine/bus.h.

Suggested by miod@
sys/arch/luna88k/include/bus.h