of: Add missing of_address.h to xilinx ehci driver
authorMichal Simek <[email protected]>
Mon, 14 Feb 2011 10:40:09 +0000 (11:40 +0100)
committerGrant Likely <[email protected]>
Wed, 2 Mar 2011 20:45:18 +0000 (13:45 -0700)
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
drivers/usb/host/ehci-xilinx-of.c

index e8f4f36fdf0b457ad917481fe89f269c171d37a2..a6f21b891f6869ec49b7e87ea502a65482ba96d6 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <linux/of.h>
 #include <linux/of_platform.h>
+#include <linux/of_address.h>
 
 /**
  * ehci_xilinx_of_setup - Initialize the device for ehci_reset()