lkml.org 
[lkml]   [2014]   [Aug]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH] irq: Export handle_fasteoi_irq() to modules
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


\
 
 \ /
  Last update: 2014-08-27 19:41    [W:0.042 / U:0.792 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site