mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] irq: Export handle_fasteoi_irq() to modules
@ 2014-08-27 17:26 Mark Brown
  2014-08-27 18:44 ` Thomas Gleixner
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2014-08-27 17:26 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Lars-Peter Clausen, Linus Walleij, linaro-kernel, linux-kernel,
	Mark Brown

From: Mark Brown <broonie@linaro.org>

Currently handle_fasteoi_irq() is not exported which is causing build
failures in -next for ARM allmodconfig due to gpio-zynq using it. Since
it seems like a reasonable thing to use from a driver add an export for
the function.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 kernel/irq/chip.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index a2b28a2fd7b1..9ce0c5dd4489 100644
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -517,6 +517,7 @@ out:
 		chip->irq_eoi(&desc->irq_data);
 	raw_spin_unlock(&desc->lock);
 }
+EXPORT_SYMBOL(handle_fasteoi_irq);
 
 /**
  *	handle_edge_irq - edge type IRQ handler
-- 
2.1.0


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

* Re: [PATCH] irq: Export handle_fasteoi_irq() to modules
  2014-08-27 17:26 [PATCH] irq: Export handle_fasteoi_irq() to modules Mark Brown
@ 2014-08-27 18:44 ` Thomas Gleixner
  2014-08-27 18:47   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Gleixner @ 2014-08-27 18:44 UTC (permalink / raw)
  To: Mark Brown
  Cc: Lars-Peter Clausen, Linus Walleij, linaro-kernel, linux-kernel,
	Mark Brown

On Wed, 27 Aug 2014, Mark Brown wrote:

> From: Mark Brown <broonie@linaro.org>
> 
> Currently handle_fasteoi_irq() is not exported which is causing build
> failures in -next for ARM allmodconfig due to gpio-zynq using it. Since
> it seems like a reasonable thing to use from a driver add an export for
> the function.

The export is already pending in tip/irq/urgent and scheduled for
Linus tree.
 
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---
>  kernel/irq/chip.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
> index a2b28a2fd7b1..9ce0c5dd4489 100644
> --- a/kernel/irq/chip.c
> +++ b/kernel/irq/chip.c
> @@ -517,6 +517,7 @@ out:
>  		chip->irq_eoi(&desc->irq_data);
>  	raw_spin_unlock(&desc->lock);
>  }
> +EXPORT_SYMBOL(handle_fasteoi_irq);
>  
>  /**
>   *	handle_edge_irq - edge type IRQ handler
> -- 
> 2.1.0
> 
> 

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

* Re: [PATCH] irq: Export handle_fasteoi_irq() to modules
  2014-08-27 18:44 ` Thomas Gleixner
@ 2014-08-27 18:47   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-08-27 18:47 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Lars-Peter Clausen, Linus Walleij, linaro-kernel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

On Wed, Aug 27, 2014 at 08:44:09PM +0200, Thomas Gleixner wrote:
> On Wed, 27 Aug 2014, Mark Brown wrote:

> > Currently handle_fasteoi_irq() is not exported which is causing build
> > failures in -next for ARM allmodconfig due to gpio-zynq using it. Since
> > it seems like a reasonable thing to use from a driver add an export for
> > the function.

> The export is already pending in tip/irq/urgent and scheduled for
> Linus tree.

OK, thanks - it's not showing up in -next yet for some reason.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2014-08-27 18:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-27 17:26 [PATCH] irq: Export handle_fasteoi_irq() to modules Mark Brown
2014-08-27 18:44 ` Thomas Gleixner
2014-08-27 18:47   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®