linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh: intc: fix build error in interrupts.h
@ 2011-03-30  1:46 Yoshihiro Shimoda
  2011-03-30  1:47 ` Paul Mundt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yoshihiro Shimoda @ 2011-03-30  1:46 UTC (permalink / raw)
  To: linux-sh

Fix the problem that name of some functions changed.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 drivers/sh/intc/internals.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/sh/intc/internals.h b/drivers/sh/intc/internals.h
index df36a42..5b93485 100644
--- a/drivers/sh/intc/internals.h
+++ b/drivers/sh/intc/internals.h
@@ -86,7 +86,7 @@ enum {	MODE_ENABLE_REG = 0, /* Bit(s) set -> interrupt enabled */

 static inline struct intc_desc_int *get_intc_desc(unsigned int irq)
 {
-	struct irq_chip *chip = get_irq_chip(irq);
+	struct irq_chip *chip = irq_get_chip(irq);

 	return container_of(chip, struct intc_desc_int, chip);
 }
@@ -103,7 +103,7 @@ static inline void activate_irq(int irq)
 	set_irq_flags(irq, IRQF_VALID);
 #else
 	/* same effect on other architectures */
-	set_irq_noprobe(irq);
+	irq_set_noprobe(irq);
 #endif
 }

-- 
1.7.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] sh: intc: fix build error in interrupts.h
  2011-03-30  1:46 [PATCH] sh: intc: fix build error in interrupts.h Yoshihiro Shimoda
@ 2011-03-30  1:47 ` Paul Mundt
  2011-03-30  3:39 ` Yoshihiro Shimoda
  2011-03-30  4:51 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2011-03-30  1:47 UTC (permalink / raw)
  To: linux-sh

On Wed, Mar 30, 2011 at 10:46:18AM +0900, Yoshihiro Shimoda wrote:
> Fix the problem that name of some functions changed.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Thomas already caught this, so it should be resolved soon.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] sh: intc: fix build error in interrupts.h
  2011-03-30  1:46 [PATCH] sh: intc: fix build error in interrupts.h Yoshihiro Shimoda
  2011-03-30  1:47 ` Paul Mundt
@ 2011-03-30  3:39 ` Yoshihiro Shimoda
  2011-03-30  4:51 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Yoshihiro Shimoda @ 2011-03-30  3:39 UTC (permalink / raw)
  To: linux-sh

2011/03/30 10:47, Paul Mundt wrote:
> On Wed, Mar 30, 2011 at 10:46:18AM +0900, Yoshihiro Shimoda wrote:
>> Fix the problem that name of some functions changed.
>>
>> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> 
> Thomas already caught this, so it should be resolved soon.
> 
Oh, I'm sorry. I should have checked this mailing list more carefully
before I send the patch.

Thanks,
Yoshihiro Shimoda

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] sh: intc: fix build error in interrupts.h
  2011-03-30  1:46 [PATCH] sh: intc: fix build error in interrupts.h Yoshihiro Shimoda
  2011-03-30  1:47 ` Paul Mundt
  2011-03-30  3:39 ` Yoshihiro Shimoda
@ 2011-03-30  4:51 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2011-03-30  4:51 UTC (permalink / raw)
  To: linux-sh

On Wed, Mar 30, 2011 at 10:47:49AM +0900, Paul Mundt wrote:
> On Wed, Mar 30, 2011 at 10:46:18AM +0900, Yoshihiro Shimoda wrote:
> > Fix the problem that name of some functions changed.
> > 
> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> 
> Thomas already caught this, so it should be resolved soon.

FWIW, thanks for pointing me towards this patch.
It fixed a build problem I was seeing when building 2.6.39-rc1
for mackerel.

Drive-by Tested-by: Simon Horman <horms@verge.net.au>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-30  4:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30  1:46 [PATCH] sh: intc: fix build error in interrupts.h Yoshihiro Shimoda
2011-03-30  1:47 ` Paul Mundt
2011-03-30  3:39 ` Yoshihiro Shimoda
2011-03-30  4:51 ` Simon Horman

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).