Skip to content

Commit

Permalink
hw/misc: Remove mmio_interface device
Browse files Browse the repository at this point in the history
The mmio_interface device was a purely internal artifact
of the implementation of the memory subsystem's request_ptr
APIs. Now that we have removed those APIs, we can remove
the mmio_interface device too.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: KONRAD Frederic <frederic.konrad@adacore.com>
Message-id: 20180817114619.22354-4-peter.maydell@linaro.org
  • Loading branch information
pm215 committed Aug 20, 2018
1 parent 8c1c245 commit 3eff40d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 185 deletions.
1 change: 0 additions & 1 deletion hw/misc/Makefile.objs
Expand Up @@ -71,5 +71,4 @@ obj-$(CONFIG_PVPANIC) += pvpanic.o
obj-$(CONFIG_HYPERV_TESTDEV) += hyperv_testdev.o
obj-$(CONFIG_AUX) += auxbus.o
obj-$(CONFIG_ASPEED_SOC) += aspeed_scu.o aspeed_sdmc.o
obj-y += mmio_interface.o
obj-$(CONFIG_MSF2) += msf2-sysreg.o
135 changes: 0 additions & 135 deletions hw/misc/mmio_interface.c

This file was deleted.

49 changes: 0 additions & 49 deletions include/hw/misc/mmio_interface.h

This file was deleted.

0 comments on commit 3eff40d

Please sign in to comment.