USB: ehci-atmel: add needed of.h header file
authorNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 27 Mar 2012 16:23:31 +0000 (18:23 +0200)
committerNicolas 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

index 19f318a..cf14c95 100644 (file)
@@ -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 */