The patch titled Check for PPC32 in imsttfb has been added to the -mm tree. Its filename is check-for-ppc32-in-imsttfb.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: Check for PPC32 in imsttfb From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> This is the correct fix according to Paul Mackerras and allows an allyesconfig on PPC64 to build. Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/imsttfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/imsttfb.c~check-for-ppc32-in-imsttfb drivers/video/imsttfb.c --- a/drivers/video/imsttfb.c~check-for-ppc32-in-imsttfb +++ a/drivers/video/imsttfb.c @@ -1391,7 +1391,7 @@ init_imstt(struct fb_info *info) } } -#if USE_NV_MODES && defined(CONFIG_PPC) +#if USE_NV_MODES && defined(CONFIG_PPC32) { int vmode = init_vmode, cmode = init_cmode; _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are check-for-ppc32-in-imsttfb.patch git-alsa.patch git-powerpc.patch allow-disabling-dnotify-without-embedded.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