diff options
author | Andrew Victor <andrew@sanpeople.com> | 2006-06-20 19:30:20 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-20 19:30:20 +0100 |
commit | 5c3fddced9f62f4b175ce400bb96b23f47626e50 (patch) | |
tree | 52bad626b8b5111eb727f4a5fcc586f60c88c426 /include/asm-arm/arch-at91rm9200/io.h | |
parent | 907d6deb625cd7ff5fea3ef4b20dfb6c1c19c3ee (diff) | |
download | blackbird-op-linux-5c3fddced9f62f4b175ce400bb96b23f47626e50.tar.gz blackbird-op-linux-5c3fddced9f62f4b175ce400bb96b23f47626e50.zip |
[ARM] 3607/1: AT91RM9200 misc fixes
Patch from Andrew Victor
This final patch includes some general fixes.
1. Link in pm.o if CONFIG_PM is enabled. [Should have been included in
patch 3605/1].
2. Use __raw_readl()/__raw_writel() when accessing System Peripheral
registers.
3. Removed some unnecessary includes
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-at91rm9200/io.h')
-rw-r--r-- | include/asm-arm/arch-at91rm9200/io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-at91rm9200/io.h b/include/asm-arm/arch-at91rm9200/io.h index 23e670d85c9d..88fd1bebcef3 100644 --- a/include/asm-arm/arch-at91rm9200/io.h +++ b/include/asm-arm/arch-at91rm9200/io.h @@ -21,7 +21,6 @@ #ifndef __ASM_ARCH_IO_H #define __ASM_ARCH_IO_H -#include <asm/arch/at91rm9200.h> #include <asm/io.h> #define IO_SPACE_LIMIT 0xFFFFFFFF |