Skip to content

Commit

Permalink
of: Add missing of_address.h to xilinx ehci driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Simek authored and Grant Likely committed Mar 2, 2011
1 parent dd9c154 commit 337fc72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/host/ehci-xilinx-of.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 337fc72

Please sign in to comment.