All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] cleanup obsolete typedef
@ 2012-03-13 18:28 Mark Langsdorf
  2012-03-13 18:38 ` Peter Maydell
  2012-03-15 10:48 ` Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Langsdorf @ 2012-03-13 18:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Joshua Housh, aliguori, paul, Mark Langsdorf

From: Joshua Housh <joshua.housh@calxeda.com>

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>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH 1/2] cleanup obsolete typedef
  2012-03-13 18:28 [Qemu-devel] [PATCH 1/2] cleanup obsolete typedef Mark Langsdorf
@ 2012-03-13 18:38 ` Peter Maydell
  2012-03-15 10:48 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2012-03-13 18:38 UTC (permalink / raw)
  To: Mark Langsdorf; +Cc: qemu-trivial, Joshua Housh, aliguori, qemu-devel, paul

On 13 March 2012 18:28, Mark Langsdorf <mark.langsdorf@calxeda.com> wrote:
> From: Joshua Housh <joshua.housh@calxeda.com>
>
> 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>

Looks like we missed this typedef in commit 9e07bdf8
which renamed i2c_slave to I2CSlave. (The new typedef
for I2CSlave is in i2c.h.)

-- PMM

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH 1/2] cleanup obsolete typedef
  2012-03-13 18:28 [Qemu-devel] [PATCH 1/2] cleanup obsolete typedef Mark Langsdorf
  2012-03-13 18:38 ` Peter Maydell
@ 2012-03-15 10:48 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-03-15 10:48 UTC (permalink / raw)
  To: Mark Langsdorf; +Cc: qemu-trivial, Joshua Housh, aliguori, qemu-devel, paul

On Tue, Mar 13, 2012 at 01:28:47PM -0500, Mark Langsdorf wrote:
> From: Joshua Housh <joshua.housh@calxeda.com>
> 
> 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>
> ---
>  qemu-common.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-15 10:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-13 18:28 [Qemu-devel] [PATCH 1/2] cleanup obsolete typedef Mark Langsdorf
2012-03-13 18:38 ` Peter Maydell
2012-03-15 10:48 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.