提交 5315dc78 编写于 作者: A Andreas Färber

pci-bridge/i82801b11: Rename parent field

Rename it to avoid accidental use.
Reviewed-by: NDon Koch <dkoch@verizon.com>
Signed-off-by: NAndreas Färber <afaerber@suse.de>
上级 57524e14
......@@ -52,7 +52,9 @@
#define I82801ba_SSVID_SSID 0
typedef struct I82801b11Bridge {
PCIBridge br;
/*< private >*/
PCIBridge parent_obj;
/*< public >*/
} I82801b11Bridge;
static int i82801b11_bridge_initfn(PCIDevice *d)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册