Commit 039f835e authored by Joshua Housh's avatar Joshua Housh Committed by Stefan Hajnoczi
Browse files

cleanup obsolete typedef



There are no users of i2c_slave.

Signed-off-by: default avatarJoshua Housh <joshua.housh@calxeda.com>
Signed-off-by: default avatarMark Langsdorf <mark.langsdorf@calxeda.com>
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
parent c07c163e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -236,7 +236,6 @@ typedef struct MACAddr MACAddr;
typedef struct VLANState VLANState;
typedef struct VLANClientState VLANClientState;
typedef struct i2c_bus i2c_bus;
typedef struct i2c_slave i2c_slave;
typedef struct ISABus ISABus;
typedef struct SMBusDevice SMBusDevice;
typedef struct PCIHostState PCIHostState;