From: Marc-André Lureau Date: Wed, 23 Oct 2019 10:56:31 +0000 (+0200) Subject: sysbus: remove outdated comment X-Git-Tag: v5.0.0-rc0~155^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a35c6ccc06536e076d5a23c51d67458e3546672c;p=thirdparty%2Fqemu.git sysbus: remove outdated comment The init callback is no more since commit 817a17fc60f44e29a1944b60d32f45ea127f0cf9 ("core/sysbus: remove the SysBusDeviceClass::init path") Signed-off-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/include/hw/sysbus.h b/include/hw/sysbus.h index 2eb0484388f..c4a1c0adfa5 100644 --- a/include/hw/sysbus.h +++ b/include/hw/sysbus.h @@ -24,10 +24,6 @@ typedef struct SysBusDevice SysBusDevice; /** * SysBusDeviceClass: - * @init: Callback function invoked when the #DeviceState.realized property - * is changed to %true. Deprecated, new types inheriting directly from - * TYPE_SYS_BUS_DEVICE should use #DeviceClass.realize instead, new leaf - * types should consult their respective parent type. * * SysBusDeviceClass is not overriding #DeviceClass.realize, so derived * classes overriding it are not required to invoke its implementation.