The patch titled fbdev-move-arch-specific-bits-to-their-respective fix has been added to the -mm tree. Its filename is fbdev-move-arch-specific-bits-to-their-respective-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fbdev-move-arch-specific-bits-to-their-respective fix From: "Bob Picco" <bob.picco@xxxxxx> More build breakage. efi_range_is_wc is referenced but not declared. Signed-off-by: Bob Picco <bob.picco@xxxxxx> Cc: Antonino Daplas <adaplas@xxxxxxxxx> Cc: David S. Miller <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-ia64/fb.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-ia64/fb.h~fbdev-move-arch-specific-bits-to-their-respective-fix include/asm-ia64/fb.h --- a/include/asm-ia64/fb.h~fbdev-move-arch-specific-bits-to-their-respective-fix +++ a/include/asm-ia64/fb.h @@ -2,6 +2,7 @@ #define _ASM_FB_H_ #include <linux/fs.h> +#include <linux/efi.h> #include <asm/page.h> static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, _ Patches currently in -mm which might be from bob.picco@xxxxxx are move-free-pages-between-lists-on-steal.patch fix-corruption-of-memmap-on-ia64-sparsemem-when-mem_section-is-not-a-power-of-2.patch lumpy-move-to-using-pfn_valid_within.patch fbdev-move-arch-specific-bits-to-their-respective-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