ARM: plat-orion: add missing ehci include to common.h
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Fri, 10 May 2013 20:12:27 +0000 (22:12 +0200)
committerJason Cooper <jason@lakedaemon.net>
Mon, 13 May 2013 16:04:00 +0000 (16:04 +0000)
commit7c14068f5a08d57d5ea98ef3668218e654617095
treef1beeee15dcf2babeb9c243da820baaacbbc0e29
parent99e11334dcb846f9b76fb808196c7f47aa83abb3
ARM: plat-orion: add missing ehci include to common.h

Removing orion ehci include from board files will raise a compiler
error because plat/common.h is using an enum provided by orion ehci
but not including the include itself. This just adds the missing include.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/plat-orion/include/plat/common.h
This page took 0.02586 seconds and 5 git commands to generate.