From 0a1b7dcfc40385f09b5eb088cd97d6ff25a5816d Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 7 Dec 2009 14:54:13 -0800 Subject: ARM: use not armv4_5.h Move most declarations in to and update users. What's left in the older file is stuff that I think should be removed ... the old register cache access stuff, which makes it awkward to support microcontroller profile (Cortex-M) cores. The armv4_5_run_algorithm() declaration was moved too, even though it's not yet as generic as it probably ought to be. Signed-off-by: David Brownell --- src/flash/nand/arm_io.c | 2 +- src/flash/nand/orion.c | 2 +- src/flash/nor/aduc702x.c | 2 +- src/flash/nor/cfi.c | 2 +- src/flash/nor/lpc2900.c | 2 +- src/flash/nor/str7x.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/flash') diff --git a/src/flash/nand/arm_io.c b/src/flash/nand/arm_io.c index 4c746757..0cd39c00 100644 --- a/src/flash/nand/arm_io.c +++ b/src/flash/nand/arm_io.c @@ -27,7 +27,7 @@ #include "core.h" #include "arm_io.h" #include -#include +#include #include diff --git a/src/flash/nand/orion.c b/src/flash/nand/orion.c index 01d4a082..b46ffaed 100644 --- a/src/flash/nand/orion.c +++ b/src/flash/nand/orion.c @@ -28,7 +28,7 @@ #include "imp.h" #include "arm_io.h" -#include +#include struct orion_nand_controller diff --git a/src/flash/nor/aduc702x.c b/src/flash/nor/aduc702x.c index 57018bb1..211b54e7 100644 --- a/src/flash/nor/aduc702x.c +++ b/src/flash/nor/aduc702x.c @@ -27,7 +27,7 @@ #include #include #include -#include +#include static int aduc702x_build_sector_list(struct flash_bank *bank); diff --git a/src/flash/nor/cfi.c b/src/flash/nor/cfi.c index 1ab93418..71270b99 100644 --- a/src/flash/nor/cfi.c +++ b/src/flash/nor/cfi.c @@ -26,7 +26,7 @@ #include "imp.h" #include "cfi.h" #include "non_cfi.h" -#include +#include #include #include diff --git a/src/flash/nor/lpc2900.c b/src/flash/nor/lpc2900.c index ce74bbba..13dd731c 100644 --- a/src/flash/nor/lpc2900.c +++ b/src/flash/nor/lpc2900.c @@ -26,7 +26,7 @@ #include "imp.h" #include #include -#include +#include #include diff --git a/src/flash/nor/str7x.c b/src/flash/nor/str7x.c index ef693e95..040097a0 100644 --- a/src/flash/nor/str7x.c +++ b/src/flash/nor/str7x.c @@ -26,7 +26,7 @@ #include "imp.h" #include "str7x.h" -#include +#include #include #include -- cgit v1.2.3