|
@@ -60,20 +60,6 @@ void __init early_init_dt_setup_initrd_arch(unsigned long start,
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-/*
|
|
|
- * irq_create_of_mapping - Hook to resolve OF irq specifier into a Linux irq#
|
|
|
- *
|
|
|
- * Currently the mapping mechanism is trivial; simple flat hwirq numbers are
|
|
|
- * mapped 1:1 onto Linux irq numbers. Cascaded irq controllers are not
|
|
|
- * supported.
|
|
|
- */
|
|
|
-unsigned int irq_create_of_mapping(struct device_node *controller,
|
|
|
- const u32 *intspec, unsigned int intsize)
|
|
|
-{
|
|
|
- return intspec[0];
|
|
|
-}
|
|
|
-EXPORT_SYMBOL_GPL(irq_create_of_mapping);
|
|
|
-
|
|
|
void __init early_init_devtree(void *params)
|
|
|
{
|
|
|
/* Setup flat device-tree pointer */
|