diff options
author | Grant Likely <grant.likely@linaro.org> | 2013-06-09 20:09:33 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2013-06-24 09:02:41 -0400 |
commit | 56a3d5ac774d054ece9373277a861338a468a294 (patch) | |
tree | 269620fa3978de3c42eaf6c408ea4c9ce36b8086 /include/linux/irqdomain.h | |
parent | ddaf144c61da45ae5c49ae38556c3ac4524f9318 (diff) |
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.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index 208d1352c40a..6efbeccac56c 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, | |||
205 | const u32 *intspec, unsigned int intsize, | 205 | const u32 *intspec, unsigned int intsize, |
206 | irq_hw_number_t *out_hwirq, unsigned int *out_type); | 206 | irq_hw_number_t *out_hwirq, unsigned int *out_type); |
207 | 207 | ||
208 | #if defined(CONFIG_OF_IRQ) | ||
209 | extern void irq_domain_generate_simple(const struct of_device_id *match, | ||
210 | u64 phys_base, unsigned int irq_start); | ||
211 | #else /* CONFIG_OF_IRQ */ | ||
212 | static inline void irq_domain_generate_simple(const struct of_device_id *match, | ||
213 | u64 phys_base, unsigned int irq_start) { } | ||
214 | #endif /* !CONFIG_OF_IRQ */ | ||
215 | |||
216 | #else /* CONFIG_IRQ_DOMAIN */ | 208 | #else /* CONFIG_IRQ_DOMAIN */ |
217 | static inline void irq_dispose_mapping(unsigned int virq) { } | 209 | static inline void irq_dispose_mapping(unsigned int virq) { } |
218 | #endif /* !CONFIG_IRQ_DOMAIN */ | 210 | #endif /* !CONFIG_IRQ_DOMAIN */ |