diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-29 20:07:39 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-07 04:34:42 +0100 |
commit | 4091ac4ac76d94f907e3f6fd4e2ebb2050097409 (patch) | |
tree | c3c9662de855a7e4cb71e790340ae4214e9d9bae | |
parent | ARM: ep93xx: clean-up mach/io.h (diff) | |
download | linux-4091ac4ac76d94f907e3f6fd4e2ebb2050097409.tar.xz linux-4091ac4ac76d94f907e3f6fd4e2ebb2050097409.zip |
ARM: at91: add explicit include of hardware.h to uncompressor
In preparation to remove mach/io.h, add explicit include of hardware.h.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Andrew Victor <linux@maxim.org.za>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-rw-r--r-- | arch/arm/mach-at91/include/mach/uncompress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/uncompress.h b/arch/arm/mach-at91/include/mach/uncompress.h index 0234fd9d20d6..4218647c1fcd 100644 --- a/arch/arm/mach-at91/include/mach/uncompress.h +++ b/arch/arm/mach-at91/include/mach/uncompress.h @@ -23,6 +23,7 @@ #include <linux/io.h> #include <linux/atmel_serial.h> +#include <mach/hardware.h> #if defined(CONFIG_AT91_EARLY_DBGU0) #define UART_OFFSET AT91_BASE_DBGU0 |