hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it
commitcb05cc16029bb0a61ac5279ab7b3b90dcf2aa69f
authorBernhard Beschow <shentey@gmail.com>
Thu, 8 Feb 2024 22:03:47 +0000 (8 23:03 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 22 Feb 2024 11:47:40 +0000 (22 12:47 +0100)
treeef265716804424ae2524177cfa2314139d534830
parent6f6ad2b24582593d8feb00434ce2396840666227
hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it

pc_system_flash_create() checked for pcmc->pci_enabled which is redundant since
its caller already checked it. The method can be turned into just two lines, so
inline and remove it.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240208220349.4948-8-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/i386/pc_sysfw.c