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)
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>

No differences found