diff options
Diffstat (limited to 'arch/microblaze/include/asm/prom.h')
-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); | |||
93 | * OF interrupt mapping | 93 | * OF interrupt mapping |
94 | */ | 94 | */ |
95 | 95 | ||
96 | /** | ||
97 | * of_irq_map_init - Initialize the irq remapper | ||
98 | * @flags: flags defining workarounds to enable | ||
99 | * | ||
100 | * Some machines have bugs in the device-tree which require certain workarounds | ||
101 | * to be applied. Call this before any interrupt mapping attempts to enable | ||
102 | * those workarounds. | ||
103 | */ | ||
104 | #define OF_IMAP_OLDWORLD_MAC 0x00000001 | 96 | #define OF_IMAP_OLDWORLD_MAC 0x00000001 |
105 | #define OF_IMAP_NO_PHANDLE 0x00000002 | 97 | #define OF_IMAP_NO_PHANDLE 0x00000002 |
106 | 98 | ||
107 | extern void of_irq_map_init(unsigned int flags); | ||
108 | |||
109 | /** | 99 | /** |
110 | * of_irq_map_raw - Low level interrupt tree parsing | 100 | * of_irq_map_raw - Low level interrupt tree parsing |
111 | * @parent: the device interrupt parent | 101 | * @parent: the device interrupt parent |