All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] of: Add missing of_address.h to xilinx ehci driver
@ 2011-02-14 10:40 ` Michal Simek
  0 siblings, 0 replies; 11+ messages in thread
From: Michal Simek @ 2011-02-14 10:40 UTC (permalink / raw)
  To: glikely; +Cc: devicetree-discuss, linux-kernel, Michal Simek, John Williams

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>
---
 drivers/usb/host/ehci-xilinx-of.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 <linux/of.h>
 #include <linux/of_platform.h>
+#include <linux/of_address.h>
 
 /**
  * ehci_xilinx_of_setup - Initialize the device for ehci_reset()
-- 
1.5.5.6


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-02-16  5:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14 10:40 [PATCH] of: Add missing of_address.h to xilinx ehci driver Michal Simek
2011-02-14 10:40 ` Michal Simek
2011-02-14 13:54 ` Grant Likely
2011-02-14 13:54   ` Grant Likely
2011-02-14 15:23   ` Greg KH
     [not found] ` <AANLkTikwaUVs_a_eetGjCj=Tg9qSPKAgxKac11gHWqDe@mail.gmail.com>
2011-02-14 15:56   ` Fwd: " Harry Wei
2011-02-15 20:40 ` Grant Likely
2011-02-15 20:40   ` Grant Likely
     [not found]   ` <20110215204011.GB24022-MrY2KI0G/OVr83L8+7iqerDks+cytr/Z@public.gmane.org>
2011-02-15 20:58     ` John Williams
2011-02-16  5:55       ` Grant Likely
2011-02-16  5:55         ` Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.