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(-)
@@ -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}
From: Simon Horman <horms@verge.net.au> Date: 2011-03-30 04:51:28
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:
quoted
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 [off-list ref]