The patch titled pnxrgbfb: Remove tty.h from #include has been removed from the -mm tree. Its filename is fbdev-add-framebuffer-and-display-update-module-support-fix.patch This patch was dropped because it was folded into fbdev-add-framebuffer-and-display-update-module-support.patch ------------------------------------------------------ Subject: pnxrgbfb: Remove tty.h from #include From: "Antonino A. Daplas" <adaplas@xxxxxxxxx> Framebuffer drivers should have no dependencies on the tty layer. Signed-off-by: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/pnx4008/pnxrgbfb.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/video/pnx4008/pnxrgbfb.c~fbdev-add-framebuffer-and-display-update-module-support-fix drivers/video/pnx4008/pnxrgbfb.c --- a/drivers/video/pnx4008/pnxrgbfb.c~fbdev-add-framebuffer-and-display-update-module-support-fix +++ a/drivers/video/pnx4008/pnxrgbfb.c @@ -18,7 +18,6 @@ #include <linux/errno.h> #include <linux/string.h> #include <linux/mm.h> -#include <linux/tty.h> #include <linux/slab.h> #include <linux/vmalloc.h> #include <linux/delay.h> _ Patches currently in -mm which might be from adaplas@xxxxxxxxx are origin.patch fbdev-add-framebuffer-and-display-update-module-support.patch fbdev-add-framebuffer-and-display-update-module-support-fix.patch vt-decrement-ref-count-of-the-vt-backend-on-deallocation.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