All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] part: Drop duplication declaration of block_dev_desc_t
Date: Sun, 24 Jan 2016 23:40:27 +0100	[thread overview]
Message-ID: <56A552DB.7020809@googlemail.com> (raw)
In-Reply-To: <1453345927-18392-1-git-send-email-sjg@chromium.org>

On 21.01.16 04:12, Simon Glass wrote:
> This is already defined in ide.h, which part.h includes. So we don't need
> the duplicate typedef. At least with my old blackfin gcc 4.3.5 tool chain,
> this causes an error.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Andreas Bie?mann <andreas.devel@googlemail.com>

This fixes buildman breakage for avr32

> ---
> 
>  include/part.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/part.h b/include/part.h
> index 4d00e22..dc23949 100644
> --- a/include/part.h
> +++ b/include/part.h
> @@ -10,8 +10,6 @@
>  #include <ide.h>
>  #include <common.h>
>  
> -typedef struct block_dev_desc block_dev_desc_t;
> -
>  struct block_dev_desc {
>  	int		if_type;	/* type of the interface */
>  	int		dev;		/* device number */
> 

  parent reply	other threads:[~2016-01-24 22:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-21  3:12 [U-Boot] [PATCH] part: Drop duplication declaration of block_dev_desc_t Simon Glass
2016-01-21  3:15 ` Bin Meng
2016-01-24 22:40 ` Andreas Bießmann [this message]
2016-01-25 21:29 ` [U-Boot] " Tom Rini

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=56A552DB.7020809@googlemail.com \
    --to=andreas.devel@googlemail.com \
    --cc=u-boot@lists.denx.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.