Re: [Qemu-devel] [PATCH] sdhci: Drop unnecessary #include

2014-02-10 Thread Stefan Hajnoczi
On Sun, Feb 09, 2014 at 10:02:27AM +0100, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > hw/sd/sdhci.c | 1 - > 1 file changed, 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan

Re: [Qemu-devel] [PATCH] sdhci: Drop unnecessary #include

2014-02-10 Thread Kevin Wolf
Am 10.02.2014 um 08:00 hat Fam Zheng geschrieben: > On Sun, 02/09 10:02, Kevin Wolf wrote: > > Signed-off-by: Kevin Wolf > > --- > > hw/sd/sdhci.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c > > index 0906a1d..a0b90ba 100644 > > --- a/hw/sd/sdhci.c

Re: [Qemu-devel] [PATCH] sdhci: Drop unnecessary #include

2014-02-09 Thread Fam Zheng
On Sun, 02/09 10:02, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > hw/sd/sdhci.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c > index 0906a1d..a0b90ba 100644 > --- a/hw/sd/sdhci.c > +++ b/hw/sd/sdhci.c > @@ -26,7 +26,6 @@ > #include "sysemu/block

[Qemu-devel] [PATCH] sdhci: Drop unnecessary #include

2014-02-09 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- hw/sd/sdhci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c index 0906a1d..a0b90ba 100644 --- a/hw/sd/sdhci.c +++ b/hw/sd/sdhci.c @@ -26,7 +26,6 @@ #include "sysemu/blockdev.h" #include "sysemu/dma.h" #include "qemu/timer.h" -#in