[PATCH] ppc32: Fix building of TQM8260 board
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>
This commit is contained in:
Родитель
757569295d
Коммит
c64d7b4cea
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче