qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>
To: qemu-devel@nongnu.org
Cc: Sai Pavan Boddu <saipava@xilinx.com>,
	peter.maydell@linaro.org, crosthwaitepeter@gmail.com,
	alistai@xilinx.com, edgari@xilinx.com
Subject: [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/
Date: Fri, 4 Sep 2015 12:42:06 +0530	[thread overview]
Message-ID: <1441350726-23530-1-git-send-email-saipava@xilinx.com> (raw)

For a easy creation of device directly form sdhci, without building a wrapper around.

Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com>
---
 hw/sd/sdhci.c                 | 2 +-
 {hw/sd => include/hw}/sdhci.h | 0
 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	other threads:[~2015-09-04  7:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-04  7:12 Sai Pavan Boddu [this message]
2015-09-04 18:20 ` [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/ Alistair Francis
2015-09-04 18:26   ` Sai Pavan Boddu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441350726-23530-1-git-send-email-saipava@xilinx.com \
    --to=sai.pavan.boddu@xilinx.com \
    --cc=alistai@xilinx.com \
    --cc=crosthwaitepeter@gmail.com \
    --cc=edgari@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=saipava@xilinx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).