Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9475375a authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

USB: ehci-atmel: add needed of.h header file



Compilation error in case of non-DT configuration without this
of.h header file.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
parent c16524e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */