mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue