summaryrefslogtreecommitdiffstats
path: root/include/linux/irqdomain.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@linaro.org>2013-06-10 01:09:33 +0100
committerGrant Likely <grant.likely@linaro.org>2013-06-24 14:02:41 +0100
commit56a3d5ac774d054ece9373277a861338a468a294 (patch)
tree269620fa3978de3c42eaf6c408ea4c9ce36b8086 /include/linux/irqdomain.h
parentddaf144c61da45ae5c49ae38556c3ac4524f9318 (diff)
downloadop-kernel-dev-56a3d5ac774d054ece9373277a861338a468a294.zip
op-kernel-dev-56a3d5ac774d054ece9373277a861338a468a294.tar.gz
irqdomain: remove irq_domain_generate_simple()
Nobody calls it; remove the function Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'include/linux/irqdomain.h')
-rw-r--r--include/linux/irqdomain.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
index 208d135..6efbecc 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -205,14 +205,6 @@ int irq_domain_xlate_onetwocell(struct irq_domain *d, struct device_node *ctrlr,
const u32 *intspec, unsigned int intsize,
irq_hw_number_t *out_hwirq, unsigned int *out_type);
-#if defined(CONFIG_OF_IRQ)
-extern void irq_domain_generate_simple(const struct of_device_id *match,
- u64 phys_base, unsigned int irq_start);
-#else /* CONFIG_OF_IRQ */
-static inline void irq_domain_generate_simple(const struct of_device_id *match,
- u64 phys_base, unsigned int irq_start) { }
-#endif /* !CONFIG_OF_IRQ */
-
#else /* CONFIG_IRQ_DOMAIN */
static inline void irq_dispose_mapping(unsigned int virq) { }
#endif /* !CONFIG_IRQ_DOMAIN */
OpenPOWER on IntegriCloud