mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 21:59:32 +00:00
cleanup obsolete typedef
There are no users of i2c_slave. Signed-off-by: Joshua Housh <joshua.housh@calxeda.com> Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
c07c163e0e
commit
039f835efc
@ -236,7 +236,6 @@ typedef struct MACAddr MACAddr;
|
|||||||
typedef struct VLANState VLANState;
|
typedef struct VLANState VLANState;
|
||||||
typedef struct VLANClientState VLANClientState;
|
typedef struct VLANClientState VLANClientState;
|
||||||
typedef struct i2c_bus i2c_bus;
|
typedef struct i2c_bus i2c_bus;
|
||||||
typedef struct i2c_slave i2c_slave;
|
|
||||||
typedef struct ISABus ISABus;
|
typedef struct ISABus ISABus;
|
||||||
typedef struct SMBusDevice SMBusDevice;
|
typedef struct SMBusDevice SMBusDevice;
|
||||||
typedef struct PCIHostState PCIHostState;
|
typedef struct PCIHostState PCIHostState;
|
||||||
|
Loading…
Reference in New Issue
Block a user