The patch titled Subject: include/linux/screen_info.h: remove unused ORIG_* macros has been added to the -mm tree. Its filename is include-linux-screen_infoh-remove-unused-orig_-macros.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/include-linux-screen_infoh-remove-unused-orig_-macros.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/include-linux-screen_infoh-remove-unused-orig_-macros.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: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Subject: include/linux/screen_info.h: remove unused ORIG_* macros The ORIG_* macros definitions to access struct screen_info members and all of their users were removed 7 years ago by commit 3ea335100014785f ("Remove magic macros for screen_info structure members"), but (only) the definitions reappeared a few days later in commit ee8e7cfe9d330d6f ("Make asm-x86/bootparam.h includable from userspace."). Remove them for good. Amen. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/screen_info.h | 8 -------- 1 file changed, 8 deletions(-) diff -puN include/linux/screen_info.h~include-linux-screen_infoh-remove-unused-orig_-macros include/linux/screen_info.h --- a/include/linux/screen_info.h~include-linux-screen_infoh-remove-unused-orig_-macros +++ a/include/linux/screen_info.h @@ -5,12 +5,4 @@ extern struct screen_info screen_info; -#define ORIG_X (screen_info.orig_x) -#define ORIG_Y (screen_info.orig_y) -#define ORIG_VIDEO_MODE (screen_info.orig_video_mode) -#define ORIG_VIDEO_COLS (screen_info.orig_video_cols) -#define ORIG_VIDEO_EGA_BX (screen_info.orig_video_ega_bx) -#define ORIG_VIDEO_LINES (screen_info.orig_video_lines) -#define ORIG_VIDEO_ISVGA (screen_info.orig_video_isVGA) -#define ORIG_VIDEO_POINTS (screen_info.orig_video_points) #endif /* _SCREEN_INFO_H */ _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch mn10300-use-kbuild-logic-to-include-asm-generic-sectionsh.patch cris-use-kbuild-logic-to-include-asm-generic-sectionsh.patch m32r-use-kbuild-logic-to-include-asm-generic-sectionsh.patch score-use-kbuild-logic-to-include-asm-generic-sectionsh.patch m68k-call-find_vma-with-the-mmap_sem-held-in-sys_cacheflush.patch m68k-call-find_vma-with-the-mmap_sem-held-in-sys_cacheflush-v2.patch alpha-use-kbuild-logic-to-include-asm-generic-sectionsh.patch include-linux-screen_infoh-remove-unused-orig_-macros.patch printk-dont-bother-using-log_cpu_max_buf_shift-on-smp.patch linux-next.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