diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-06 02:58:43 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-28 23:25:40 +0100 |
commit | dea3eacd087cfa692ea20aafbfaf4827607afe45 (patch) | |
tree | 0d73edfbd8b083d49e3e1e4e65e4f385f6e1d340 /arch/arm/mach-nomadik/include/mach/uncompress.h | |
parent | 5f66d482af4e12e2a2d4cda0686820550b80ac8e (diff) | |
download | blackbird-op-linux-dea3eacd087cfa692ea20aafbfaf4827607afe45.tar.gz blackbird-op-linux-dea3eacd087cfa692ea20aafbfaf4827607afe45.zip |
ARM: nomadik: get rid of <mach/hardware.h>
This was only used from the core machine, source it into the machine
file and delete, also convert all direct references using the
physical-to-virtual macros in this file to ioremap() and only
default-remap the 4K used by the debug UART.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-nomadik/include/mach/uncompress.h')
-rw-r--r-- | arch/arm/mach-nomadik/include/mach/uncompress.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-nomadik/include/mach/uncompress.h b/arch/arm/mach-nomadik/include/mach/uncompress.h index 7d4687e9cbdf..f793ace27d29 100644 --- a/arch/arm/mach-nomadik/include/mach/uncompress.h +++ b/arch/arm/mach-nomadik/include/mach/uncompress.h @@ -21,7 +21,6 @@ #include <asm/setup.h> #include <asm/io.h> -#include <mach/hardware.h> /* we need the constants in amba/serial.h, but it refers to amba_device */ struct amba_device; |