sysbus: remove sysbus_init_mmio_cb()
commitc5b3572fc64360152fe1ccb9e4b72d17770c55e7
authorAvi Kivity <avi@redhat.com>
Mon, 15 Aug 2011 14:17:34 +0000 (15 17:17 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Aug 2011 15:47:48 +0000 (22 10:47 -0500)
treed53692b20eba074fdbe7ba040462ab5ccfd56d61
parentcd0fa1e6d30b122dc239735e85853e7696e8e07a
sysbus: remove sysbus_init_mmio_cb()

This problem with this function is that it is not reversible - it is
impossible to know where things are registered and unregister them
exactly.  As there are no more users, we can remove it.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/sysbus.c
hw/sysbus.h