qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 1/2] cleanup obsolete typedef


From: Mark Langsdorf
Subject: [Qemu-trivial] [PATCH 1/2] cleanup obsolete typedef
Date: Tue, 13 Mar 2012 13:28:47 -0500

From: Joshua Housh <address@hidden>

There are no users of i2c_slave.

Signed-off-by: Joshua Housh <address@hidden>
Signed-off-by: Mark Langsdorf <address@hidden>
---
 qemu-common.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/qemu-common.h b/qemu-common.h
index b0fdf5c..c9e96a8 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -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;
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]