Skip to content

Commit

Permalink
Check for PPC32 in imsttfb
Browse files Browse the repository at this point in the history
This is the correct fix according to Paul Mackerras and allows an
allyesconfig on PPC64 to build.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Paul Mackerras <paulus@samba.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Aug 23, 2007
1 parent 0852ec8 commit de5986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/imsttfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit de5986d

Please sign in to comment.