Searched hist:"63 c60e3a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | Kconfig | 63c60e3a Sun Apr 05 09:59:24 CDT 2015 Geert Uytterhoeven <geert@linux-m68k.org> of: OF_IRQ should depend on IRQ_DOMAIN
If CONFIG_IRQ_DOMAIN=n:
drivers/of/irq.c: In function ‘of_irq_get’: drivers/of/irq.c:406: error: implicit declaration of function ‘irq_find_host’ drivers/of/irq.c:406: warning: assignment makes pointer from integer without a cast make[2]: *** [drivers/of/irq.o] Error 1
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Rob Herring <robh@kernel.org> 63c60e3a Sun Apr 05 09:59:24 CDT 2015 Geert Uytterhoeven <geert@linux-m68k.org> of: OF_IRQ should depend on IRQ_DOMAIN If CONFIG_IRQ_DOMAIN=n: drivers/of/irq.c: In function ‘of_irq_get’: drivers/of/irq.c:406: error: implicit declaration of function ‘irq_find_host’ drivers/of/irq.c:406: warning: assignment makes pointer from integer without a cast make[2]: *** [drivers/of/irq.o] Error 1 Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Rob Herring <robh@kernel.org>
|