[PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.S
For several proc-<cputype>.S files the include of proc-macros.S is missing. Make it compile and work again. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
284c66806e
commit
bb8d5a55a5
@@ -41,6 +41,8 @@
|
|||||||
#include <asm/procinfo.h>
|
#include <asm/procinfo.h>
|
||||||
#include <asm/ptrace.h>
|
#include <asm/ptrace.h>
|
||||||
|
|
||||||
|
#include "proc-macros.S"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Function: arm720_proc_init (void)
|
* Function: arm720_proc_init (void)
|
||||||
* : arm720_proc_fin (void)
|
* : arm720_proc_fin (void)
|
||||||
|
@@ -23,6 +23,8 @@
|
|||||||
#include <asm/pgtable.h>
|
#include <asm/pgtable.h>
|
||||||
#include <asm/ptrace.h>
|
#include <asm/ptrace.h>
|
||||||
|
|
||||||
|
#include "proc-macros.S"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* the cache line size of the I and D cache
|
* the cache line size of the I and D cache
|
||||||
*/
|
*/
|
||||||
|
@@ -27,6 +27,8 @@
|
|||||||
#include <asm/pgtable-hwdef.h>
|
#include <asm/pgtable-hwdef.h>
|
||||||
#include <asm/pgtable.h>
|
#include <asm/pgtable.h>
|
||||||
|
|
||||||
|
#include "proc-macros.S"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* the cache line size of the I and D cache
|
* the cache line size of the I and D cache
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user