qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/


From: Alistair Francis
Subject: Re: [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/
Date: Fri, 4 Sep 2015 11:20:41 -0700

On Fri, Sep 4, 2015 at 12:12 AM, Sai Pavan Boddu
<address@hidden> wrote:
> For a easy creation of device directly form sdhci, without building a wrapper 
> around.

Can you fix the commit message?

>
> Signed-off-by: Sai Pavan Boddu <address@hidden>
> ---
>  hw/sd/sdhci.c                 | 2 +-
>  {hw/sd => include/hw}/sdhci.h | 0

Now that there are two SD related header filesI think we should create
a sd folder under include/hw/ and move the sdhci.h file in there as
well.

Otherwise I think this is a good idea.

Thanks,

Alistair

>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename {hw/sd => include/hw}/sdhci.h (100%)
>
> diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
> index e63367b..2469077 100644
> --- a/hw/sd/sdhci.c
> +++ b/hw/sd/sdhci.c
> @@ -29,7 +29,7 @@
>  #include "qemu/timer.h"
>  #include "qemu/bitops.h"
>
> -#include "sdhci.h"
> +#include "hw/sdhci.h"
>
>  /* host controller debug messages */
>  #ifndef SDHC_DEBUG
> diff --git a/hw/sd/sdhci.h b/include/hw/sdhci.h
> similarity index 100%
> rename from hw/sd/sdhci.h
> rename to include/hw/sdhci.h
> --
> 1.9.1
>
>



reply via email to

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