hw/ppc: Remove unused ppcuic_init()
commitf7c4acf572ee0219550ca895d1e09c7d9a8f4f79
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Jan 2021 17:12:12 +0000 (8 17:12 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 18 Jan 2021 23:20:29 +0000 (19 10:20 +1100)
tree58767aca226e78de4fb593be6e483db78f107100
parent71c3c44bc3e4b516efc868b05237aabefbf20fa8
hw/ppc: Remove unused ppcuic_init()

Now we've converted all the callsites to directly create the QOM UIC
device themselves, the ppcuic_init() function is unused and can be
removed. The enum defining PPCUIC symbolic constants can be moved
to the ppc-uic.h header where it more naturally belongs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-Id: <20210108171212.16500-5-peter.maydell@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppc4xx_devs.c
include/hw/intc/ppc-uic.h
include/hw/ppc/ppc4xx.h