From: Anthony Liguori <anthony@codemonkey.ws>
To: Stefan Weil <weil@mail.berlios.de>
Cc: Kevin Wolf <kwolf@redhat.com>,
QEMU Developers <qemu-devel@nongnu.org>,
Christoph Hellwig <hch@lst.de>
Subject: Re: [Qemu-devel] [PATCH] Fix compilation error (missing include statement)
Date: Wed, 22 Sep 2010 14:03:03 -0500 [thread overview]
Message-ID: <4C9A52E7.2070004@codemonkey.ws> (raw)
In-Reply-To: <1285181795-10950-1-git-send-email-weil@mail.berlios.de>
On 09/22/2010 01:56 PM, Stefan Weil wrote:
> ./hw/sd.c: In function ‘sd_init’:
> ./hw/sd.c:443: error: implicit declaration of function ‘qemu_blockalign’
> ./hw/sd.c:443: error: nested extern declaration of ‘qemu_blockalign’
> ./hw/sd.c:443: error: assignment makes pointer from integer without a cast
>
> Cc: Christoph Hellwig<hch@lst.de>
> Cc: Kevin Wolf<kwolf@redhat.com>
> Signed-off-by: Stefan Weil<weil@mail.berlios.de>
>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> hw/sd.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/hw/sd.c b/hw/sd.c
> index 4bcf1c0..601545b 100644
> --- a/hw/sd.c
> +++ b/hw/sd.c
> @@ -31,6 +31,7 @@
>
> #include "hw.h"
> #include "block.h"
> +#include "block_int.h"
> #include "sd.h"
>
> //#define DEBUG_SD 1
>
prev parent reply other threads:[~2010-09-22 19:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-22 18:56 [Qemu-devel] [PATCH] Fix compilation error (missing include statement) Stefan Weil
2010-09-22 19:03 ` Anthony Liguori [this message]
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=4C9A52E7.2070004@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=hch@lst.de \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=weil@mail.berlios.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.