From: Chen Gang Date: Wed, 3 Sep 2014 15:50:31 +0000 (+0800) Subject: drivers/usb/host/ehci-xilinx-of.c: Include "linux/of_irq.h" to avoid compiling error X-Git-Tag: fixes-for-v3.18-merge-window~16^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13d79f223ff369970f3c9b402035125dd3c9cc00;p=pandora-kernel.git drivers/usb/host/ehci-xilinx-of.c: Include "linux/of_irq.h" to avoid compiling error Need include it for irq_of_parse_and_map(), the related error with allmodconfig under microblaze: drivers/usb/host/ehci-xilinx-of.c: In function ‘ehci_hcd_xilinx_of_probe’: drivers/usb/host/ehci-xilinx-of.c:156:2: error: implicit declaration of function ‘irq_of_parse_and_map’ [-Werror=implicit-function-declaration] irq = irq_of_parse_and_map(dn, 0); ^ Signed-off-by: Chen Gang Acked-by: Michal Simek Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed