hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()
commitfcf13ca556f462b52956059bf8fa622bc8575edb
authorThomas Huth <thuth@redhat.com>
Thu, 16 Aug 2018 13:05:29 +0000 (16 14:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Aug 2018 13:29:58 +0000 (16 14:29 +0100)
treecb87c31c5440a9128cf7762407237b5b57fbed33
parent64d450a0eaad5f02f9d6bba1dd451446297bb4dc
hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()

Now that we've got the common sysbus_init_child_obj() function, we do
not need the local init_sysbus_child() anymore.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 1534420566-15799-1-git-send-email-thuth@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/mps2-tz.c