From: Arnd Bergmann Date: Wed, 20 Feb 2013 02:13:38 +0000 (+1100) Subject: fb: mmp: include linux/platform_device.h X-Git-Tag: next-20130220~1^2~656 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4d6f7ab53b145db2b3247d69b58bbe547abec2c1;p=karo-tx-linux.git fb: mmp: include linux/platform_device.h Patch 16559ae "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 --- diff --git a/drivers/video/mmp/fb/mmpfb.c b/drivers/video/mmp/fb/mmpfb.c index f34a3a907f1b..6d1fa96c5cc3 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)