aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-03-15 11:18:55 +0100
committerArnd Bergmann <arnd@arndb.de>2013-03-15 11:18:55 +0100
commit04cf1440c0fbb320ddea00ef878c7b53c7b7298c (patch)
tree3884c2a49862eb3d192629d13aed065deaa014f1 /arch
parentMerge at91 lcdfb bug fixes into fixes (diff)
parentARM: mmp: add platform_device head file in gplugd (diff)
downloadlinux-dev-04cf1440c0fbb320ddea00ef878c7b53c7b7298c.tar.xz
linux-dev-04cf1440c0fbb320ddea00ef878c7b53c7b7298c.zip
Merge branch 'armsoc/fix' of git://github.com/hzhuang1/linux into fixes
From Haojian Zhuang <haojian.zhuang@gmail.com>: * 'armsoc/fix' of git://github.com/hzhuang1/linux: ARM: mmp: add platform_device head file in gplugd Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mmp/gplugd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/gplugd.c b/arch/arm/mach-mmp/gplugd.c
index d1e2d595e79c..f62b68d926f4 100644
--- a/arch/arm/mach-mmp/gplugd.c
+++ b/arch/arm/mach-mmp/gplugd.c
@@ -9,6 +9,7 @@
*/
#include <linux/init.h>
+#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <asm/mach/arch.h>