From 4adb35816f18a4dee6c686f36e16ba9c4ba39b11 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Thu, 21 Feb 2013 16:42:14 -0800 Subject: [PATCH] fb: mmp: include linux/platform_device.h Commit dfe8de7661d5 ("kgdb: remove #include from kgdb.h") changes the kgdb.h file so that drivers including it do not implicitly include linux/platform_device.h. The mmp framebuffer driver is new, so Greg did not have a chance to fix it up when introducing his change. Signed-off-by: Arnd Bergmann Cc: Zhou Zhu Cc: Lisa Du Cc: Guoqing Li Acked-by: Haojian Zhuang Cc: Florian Tobias Schandinat Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/mmp/fb/mmpfb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/mmp/fb/mmpfb.c b/drivers/video/mmp/fb/mmpfb.c index f34a3a907f1b5..6d1fa96c5cc38 100644 --- a/drivers/video/mmp/fb/mmpfb.c +++ b/drivers/video/mmp/fb/mmpfb.c @@ -21,6 +21,7 @@ */ #include #include +#include #include "mmpfb.h" static int var_to_pixfmt(struct fb_var_screeninfo *var) -- 2.39.5