qemu-devel
[Top][All Lists]
Advanced

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

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


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] sdhci: Drop unnecessary #include
Date: Mon, 10 Feb 2014 11:18:37 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>
> > ---
> >  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"
> > -#include "block/block_int.h"
> >  #include "qemu/bitops.h"
> >  
> >  #include "sdhci.h"
> > -- 
> > 1.8.1.4
> > 
> 
> Reviewed-by: Fam Zheng <address@hidden>
> 
> BTW it seems bitops.h is not used too, although I'm not 100% sure.

Not sure, you'd have to try it out.

The main reason for this removal is that it is the last user of
block_int.h in hw/

Kevin



reply via email to

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