hw/i386/pc: Inline port92_init()
commit1820b70eb3fd8acf25d22485a58d0def8ad72234
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 13 Dec 2019 10:50:59 +0000 (13 11:50 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:33:51 +0000 (17 19:33 +0100)
tree9c7b42f2922120c41280f3dce484a55374c5bdb3
parent9e5213c8be63cdc806d1739d48148cd5f1444526
hw/i386/pc: Inline port92_init()

This one-line function is not very helpful, so remove it
by inlining the call to qdev_connect_gpio_out_named().

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c