diff options
author | Grant Likely | 2010-06-18 19:10:00 +0200 |
---|---|---|
committer | Grant Likely | 2010-07-06 00:14:24 +0200 |
commit | b6295c8b85fe83e5679b7b8bebe4df85deebebfc (patch) | |
tree | d6546d52f1df8cb449814fc589d3119025d43b8e /arch/microblaze/include | |
parent | of/irq: Move irq_of_parse_and_map() to common code (diff) | |
download | kernel-qcow2-linux-b6295c8b85fe83e5679b7b8bebe4df85deebebfc.tar.gz kernel-qcow2-linux-b6295c8b85fe83e5679b7b8bebe4df85deebebfc.tar.xz kernel-qcow2-linux-b6295c8b85fe83e5679b7b8bebe4df85deebebfc.zip |
of/microblaze: strip out of_irq_workarounds code
Microblaze doesn't have any legacy workaround in the device tree irq
mapping data. All of the of_irq_workarounds stuff can be dropped
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r-- | arch/microblaze/include/asm/prom.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h index e9fb2eb0035d..4f34bc5baa83 100644 --- a/arch/microblaze/include/asm/prom.h +++ b/arch/microblaze/include/asm/prom.h @@ -93,19 +93,9 @@ extern const void *of_get_mac_address(struct device_node *np); * OF interrupt mapping */ -/** - * of_irq_map_init - Initialize the irq remapper - * @flags: flags defining workarounds to enable - * - * Some machines have bugs in the device-tree which require certain workarounds - * to be applied. Call this before any interrupt mapping attempts to enable - * those workarounds. - */ #define OF_IMAP_OLDWORLD_MAC 0x00000001 #define OF_IMAP_NO_PHANDLE 0x00000002 -extern void of_irq_map_init(unsigned int flags); - /** * of_irq_map_raw - Low level interrupt tree parsing * @parent: the device interrupt parent |