diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-08-16 11:12:47 +0200 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-10-11 11:38:41 +0200 |
commit | 2417a130bd4013f804983c62cb116bc9ec7f8e2d (patch) | |
tree | 7b87c05ca3ff524990c2e5d98e69f02283728a51 /arch/avr32/mach-at32ap/at32ap7000.c | |
parent | bbf25010f1a6b761914430f5fca081ec8c7accd1 (diff) |
[AVR32] Move AT32_PM_BASE definition into pm.h
We don't want to redefine this in every file that needs to access
the PM.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/mach-at32ap/at32ap7000.c')
-rw-r--r-- | arch/avr32/mach-at32ap/at32ap7000.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/avr32/mach-at32ap/at32ap7000.c b/arch/avr32/mach-at32ap/at32ap7000.c index 64cc5583ddf..373242aab97 100644 --- a/arch/avr32/mach-at32ap/at32ap7000.c +++ b/arch/avr32/mach-at32ap/at32ap7000.c @@ -25,12 +25,6 @@ #include "pio.h" #include "pm.h" -/* - * We can reduce the code size a bit by using a constant here. Since - * this file is completely chip-specific, it's safe to not use - * ioremap. Generic drivers should of course never do this. - */ -#define AT32_PM_BASE 0xfff00000 #define PBMEM(base) \ { \ |