Skip to content

Commit

Permalink
[PATCH] ppc32: Fix building of TQM8260 board
Browse files Browse the repository at this point in the history
Added missing include of cpm2.h in correct order to allow TQM8260 to build

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed Jul 27, 2005
1 parent 7575692 commit c64d7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/platforms/tqm8260_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#include <linux/init.h>

#include <asm/immap_cpm2.h>
#include <asm/mpc8260.h>
#include <asm/cpm2.h>
#include <asm/machdep.h>

static int
Expand Down

0 comments on commit c64d7b4

Please sign in to comment.