diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2012-02-14 16:06:49 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-02-14 16:06:49 -0500 |
commit | 644bd954313254b54e08b69077e16831b6e04dfa (patch) | |
tree | ab221a2731d42e3e990478b3ad747e8f60aa1715 /arch/microblaze/kernel/irq.c | |
parent | 7bb69bade0d41715bdf1b24f5ef0b8f798769fe9 (diff) |
irq_domain: convert microblaze from irq_host to irq_domain
Trivial change, microblaze doesn't use irq remapping yet.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/microblaze/kernel/irq.c')
-rw-r--r-- | arch/microblaze/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/irq.c b/arch/microblaze/kernel/irq.c index bbebcae72c02..3f613dfe5a07 100644 --- a/arch/microblaze/kernel/irq.c +++ b/arch/microblaze/kernel/irq.c | |||
@@ -51,7 +51,7 @@ next_irq: | |||
51 | 51 | ||
52 | /* MS: There is no any advance mapping mechanism. We are using simple 32bit | 52 | /* MS: There is no any advance mapping mechanism. We are using simple 32bit |
53 | intc without any cascades or any connection that's why mapping is 1:1 */ | 53 | intc without any cascades or any connection that's why mapping is 1:1 */ |
54 | unsigned int irq_create_mapping(struct irq_host *host, irq_hw_number_t hwirq) | 54 | unsigned int irq_create_mapping(struct irq_domain *host, irq_hw_number_t hwirq) |
55 | { | 55 | { |
56 | return hwirq + IRQ_OFFSET; | 56 | return hwirq + IRQ_OFFSET; |
57 | } | 57 | } |