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: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH] sdhci: Drop unnecessary #include
Date: Mon, 10 Feb 2014 15:00:44 +0800
User-agent: Mutt/1.5.22 (2013-10-16)

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.



reply via email to

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