The patch titled Subject: fb: mmp: include linux/platform_device.h has been added to the -mm tree. Its filename is video-mmp-fb-support-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Arnd Bergmann <arnd@xxxxxxxx> Subject: fb: mmp: include linux/platform_device.h Patch 16559ae "kgdb: remove #include <linux/serial_8250.h> 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 <arnd@xxxxxxxx> Cc: Zhou Zhu <zzhu3@xxxxxxxxxxx> Cc: Lisa Du <cldu@xxxxxxxxxxx> Cc: Guoqing Li <ligq@xxxxxxxxxxx> Cc: Haojian Zhuang <haojian.zhuang@xxxxxxxxx> Cc: Florian Tobias Schandinat <FlorianSchandinat@xxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/mmp/fb/mmpfb.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/video/mmp/fb/mmpfb.c~video-mmp-fb-support-fix drivers/video/mmp/fb/mmpfb.c --- a/drivers/video/mmp/fb/mmpfb.c~video-mmp-fb-support-fix +++ a/drivers/video/mmp/fb/mmpfb.c @@ -21,6 +21,7 @@ */ #include <linux/module.h> #include <linux/dma-mapping.h> +#include <linux/platform_device.h> #include "mmpfb.h" static int var_to_pixfmt(struct fb_var_screeninfo *var) _ Patches currently in -mm which might be from arnd@xxxxxxxx are linux-next.patch video-mmp-fb-support-fix.patch swap-add-per-partition-lock-for-swapfile-fix-for-nommu.patch misc-c2port-convert-to-idr_alloc.patch misc-tifm_core-convert-to-idr_alloc.patch drivers-char-miscc-misc_register-do-not-loop-on-misc_list-unconditionally.patch drivers-char-miscc-misc_register-do-not-loop-on-misc_list-unconditionally-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html