projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c16524e
)
USB: ehci-atmel: add needed of.h header file
author
Nicolas Ferre
<nicolas.ferre@atmel.com>
Tue, 27 Mar 2012 16:23:31 +0000
(18:23 +0200)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 4 Apr 2012 16:35:43 +0000
(18:35 +0200)
Compilation error in case of non-DT configuration without this
of.h header file.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
drivers/usb/host/ehci-atmel.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-atmel.c
b/drivers/usb/host/ehci-atmel.c
index 19f318ababa286810fe44f6a5efb0fc27c2690c1..cf14c95a670040dce6f49159ec707c8df100df02 100644
(file)
--- a/
drivers/usb/host/ehci-atmel.c
+++ b/
drivers/usb/host/ehci-atmel.c
@@
-13,6
+13,7
@@
#include <linux/clk.h>
#include <linux/platform_device.h>
+#include <linux/of.h>
#include <linux/of_platform.h>
/* interface and function clocks */