From: Michal Simek Date: Mon, 14 Feb 2011 10:40:09 +0000 (+0100) Subject: of: Add missing of_address.h to xilinx ehci driver X-Git-Tag: v2.6.38-rc8~35^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=337fc720d85b98a71b1ff6e3a5449a24a7c33cfe;p=profile%2Fcommon%2Fplatform%2Fkernel%2Flinux-artik7.git of: Add missing of_address.h to xilinx ehci driver Build log: In file included from drivers/usb/host/ehci-hcd.c:1208: drivers/usb/host/ehci-xilinx-of.c: In function 'ehci_hcd_xilinx_of_probe': drivers/usb/host/ehci-xilinx-of.c:168: error: implicit declaration of function 'of_address_to_resource' Signed-off-by: John Williams Signed-off-by: Michal Simek Acked-by: Greg Kroah-Hartman Signed-off-by: Grant Likely --- diff --git a/drivers/usb/host/ehci-xilinx-of.c b/drivers/usb/host/ehci-xilinx-of.c index e8f4f36..a6f21b8 100644 --- a/drivers/usb/host/ehci-xilinx-of.c +++ b/drivers/usb/host/ehci-xilinx-of.c @@ -29,6 +29,7 @@ #include #include +#include /** * ehci_xilinx_of_setup - Initialize the device for ehci_reset()