Skip to content

Commit

Permalink
ARM: at91: add explicit include of hardware.h to uncompressor
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring committed Mar 7, 2012
1 parent 33f7e3e commit 4091ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-at91/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4091ac4

Please sign in to comment.