Files
linux-stable-mirror/include/linux
Geert Uytterhoeven d616a703a5 of: Add dummy of_irq_to_resource_table() for IRQ_OF=n
If CONFIG_IRQ_OF=n:

drivers/built-in.o: In function `of_device_alloc':
(.text+0x72bce): undefined reference to `of_irq_to_resource_table'
make: *** [vmlinux] Error 1

of_device_alloc() calls of_irq_to_resource_table() with nr_irqs = 0 due
to of_irq_count() already being a dummy, so just add a dummy for
of_irq_to_resource_table(), too.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Rob Herring <robh@kernel.org>
2015-04-14 19:23:24 -05:00
..
2015-02-19 13:31:40 +03:00
2015-03-03 14:14:26 +00:00
2015-02-18 07:28:37 -08:00
2015-03-11 15:56:59 -07:00
2015-02-12 18:54:15 -08:00
2015-02-13 21:21:36 -08:00
2015-02-17 14:34:51 -08:00
2015-02-17 14:34:52 -08:00
2015-02-16 17:56:03 -08:00
2015-02-13 21:21:41 -08:00
2015-02-13 21:21:35 -08:00
2015-02-17 22:21:11 -05:00