of: Add missing of_address.h to xilinx ehci driver
authorMichal Simek <monstr@monstr.eu>
Mon, 14 Feb 2011 10:40:09 +0000 (11:40 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
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 <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/usb/host/ehci-xilinx-of.c

index e8f4f36..a6f21b8 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()