]> Pileus Git - ~andy/linux/commitdiff
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>
arch/arm/plat-orion/include/plat/common.h

index e06fc5fefa14c9ec7d0b46b002da64bc8cb425f8..d9a24f605a2b786dce8a85744c662f310f7d80a8 100644 (file)
@@ -10,6 +10,7 @@
 
 #ifndef __PLAT_COMMON_H
 #include <linux/mv643xx_eth.h>
+#include <linux/platform_data/usb-ehci-orion.h>
 
 struct dsa_platform_data;
 struct mv_sata_platform_data;