diff options
| author | Russell King <[email protected]> | 2008-08-05 15:14:15 +0000 |
|---|---|---|
| committer | Russell King <[email protected]> | 2008-08-07 08:55:48 +0000 |
| commit | a09e64fbc0094e3073dbb09c3b4bfe4ab669244b (patch) | |
| tree | 69689f467179891b498bd7423fcf61925173db31 /arch/arm/mach-mx2/system.c | |
| parent | Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/h... (diff) | |
| download | kernel-a09e64fbc0094e3073dbb09c3b4bfe4ab669244b.tar.gz kernel-a09e64fbc0094e3073dbb09c3b4bfe4ab669244b.zip | |
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
This just leaves include/asm-arm/plat-* to deal with.
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'arch/arm/mach-mx2/system.c')
| -rw-r--r-- | arch/arm/mach-mx2/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/system.c b/arch/arm/mach-mx2/system.c index 99304645299d..7b8269719d11 100644 --- a/arch/arm/mach-mx2/system.c +++ b/arch/arm/mach-mx2/system.c @@ -23,7 +23,7 @@ #include <linux/clk.h> #include <linux/io.h> -#include <asm/arch/hardware.h> +#include <mach/hardware.h> #include <asm/proc-fns.h> #include <asm/system.h> |
