The patch titled tty-remove-include-of-screen_infoh-from-ttyh-fix has been added to the -mm tree. Its filename is tty-remove-include-of-screen_infoh-from-ttyh-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: tty-remove-include-of-screen_infoh-from-ttyh-fix From: Andrew Morton <akpm@xxxxxxxx> drivers/video/console/dummycon.c: In function `dummycon_init': drivers/video/console/dummycon.c:40: error: `ORIG_VIDEO_COLS' undeclared (first use in this function) drivers/video/console/dummycon.c:40: error: (Each undeclared identifier is reported only once drivers/video/console/dummycon.c:40: error: for each function it appears in.) drivers/video/console/dummycon.c:41: error: `ORIG_VIDEO_LINES' undeclared (first use in this function) Cc: Jon Smirl <jonsmir@xxxxxxxxx> Cc: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/console/dummycon.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/video/console/dummycon.c~tty-remove-include-of-screen_infoh-from-ttyh-fix drivers/video/console/dummycon.c --- a/drivers/video/console/dummycon.c~tty-remove-include-of-screen_infoh-from-ttyh-fix +++ a/drivers/video/console/dummycon.c @@ -9,6 +9,7 @@ #include <linux/kdev_t.h> #include <linux/console.h> #include <linux/vt_kern.h> +#include <linux/screen_info.h> #include <linux/init.h> #include <linux/module.h> _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch genirq-ia64-cleanup.patch zvc-zone_reclaim-leave-1%-of-unmapped-pagecache-pages-for-file-i-o.patch tty-remove-include-of-screen_infoh-from-ttyh-fix.patch make-more-file_operation-structs-static.patch lockdep-add-disable-enable_irq_lockdep-api.patch lockdep-irqtrace-subsystem-x86_64-support.patch forcedeth-typecast-cleanup.patch sched-clean-up-fallout-of-recent-changes.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