All of lore.kernel.org
 help / color / mirror / Atom feed
From: rmallon@gmail.com (Ryan Mallon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Fix build breakage in ep93xx-core
Date: Thu, 12 Apr 2012 09:13:41 +1000	[thread overview]
Message-ID: <4F861025.4070801@gmail.com> (raw)
In-Reply-To: <4F860FBB.4050102@gmail.com>

On 12/04/12 09:11, Ryan Mallon wrote:

> Commit ede55aaa8bb2dd37e302b2f94312306d216e5f97 "arm: ep93xx: use
> DEFINE_RES_* macros" introduced a build breakage in ep93xx due to a
> typo. Fix it.
> 
> Signed-off-by: Ryan Mallon <rmallon@gmail.com>
> Cc: Hartley Sweeten <hsweeten@visionengravers.com>
> 
> ---
> 
> I should have caught this when I applied it to my tree, but its now
> already got a patch sitting on top of it. I'll be doing test builds for
> each applied patch in future :-).

Actually, I haven't pushed yet so I can still fold this into the
original patch so we don't break bisection, etc.

~Ryan

> diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c
> index 8771076..66b1494 100644
> --- a/arch/arm/mach-ep93xx/core.c
> +++ b/arch/arm/mach-ep93xx/core.c
> @@ -357,7 +357,7 @@ static struct ep93xx_eth_data ep93xx_eth_data;
>  
>  static struct resource ep93xx_eth_resource[] = {
>  	DEFINE_RES_MEM(EP93XX_ETHERNET_PHYS_BASE, 0x10000),
> -	DEFINE_REQ_IRQ(IRQ_EP93XX_ETHERNET),
> +	DEFINE_RES_IRQ(IRQ_EP93XX_ETHERNET),
>  };
>  
>  static u64 ep93xx_eth_dma_mask = DMA_BIT_MASK(32);
> 

  reply	other threads:[~2012-04-11 23:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-11 23:11 [PATCH] Fix build breakage in ep93xx-core Ryan Mallon
2012-04-11 23:13 ` Ryan Mallon [this message]
2012-04-11 23:15 ` H Hartley Sweeten

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=4F861025.4070801@gmail.com \
    --to=rmallon@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.