OSDN Git Service

hw/usb/ohci: Include missing 'sysbus.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 3 Feb 2023 09:52:26 +0000 (10:52 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:02 +0000 (22:29 +0100)
commitd9b934f21e55fb62abb0f962aae731f36f4e0a1f
treeb560b98c4705242c56cda39f5ef7fdbbdcb8eee5
parentc3e9090c5ed2d01063542cd2b4f2c0912100dae3
hw/usb/ohci: Include missing 'sysbus.h' header

Avoid when including "hw/usb/hcd-ohci.h":

  hw/usb/hcd-ohci.h:100:5: error: unknown type name 'SysBusDevice'
      SysBusDevice parent_obj;
      ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230203113650.78146-6-philmd@linaro.org>
hw/usb/hcd-ohci.h