]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit027905c697b5d10fea4f5c280214f48395c1520e
treef1beeee15dcf2babeb9c243da820baaacbbc0e29
parentfae39698370fcdc9ebe0ec9ca74ec299f87c218e
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