diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2012-02-14 22:06:49 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-02-14 22:06:49 +0100 |
commit | 644bd954313254b54e08b69077e16831b6e04dfa (patch) | |
tree | ab221a2731d42e3e990478b3ad747e8f60aa1715 /arch/microblaze/kernel/setup.c | |
parent | irq_domain: Make irq_domain structure match powerpc's irq_host (diff) | |
download | linux-644bd954313254b54e08b69077e16831b6e04dfa.tar.xz linux-644bd954313254b54e08b69077e16831b6e04dfa.zip |
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/setup.c')
-rw-r--r-- | arch/microblaze/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c index 604cd9dd1333..70e6d0b41ab4 100644 --- a/arch/microblaze/kernel/setup.c +++ b/arch/microblaze/kernel/setup.c @@ -51,8 +51,6 @@ void __init setup_arch(char **cmdline_p) unflatten_device_tree(); - /* NOTE I think that this function is not necessary to call */ - /* irq_early_init(); */ setup_cpuinfo(); microblaze_cache_init(); |