diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-22 13:44:24 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 00:47:19 -0500 |
commit | ca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc (patch) | |
tree | cb3fe80b3146be3c6dbebd97b26c6c1f89bc7c33 /arch/powerpc/include/asm/cpm2.h | |
parent | 89d93347d1f66832c43e6b25a669fddff89929b5 (diff) |
powerpc/cpm: Remove some cruft code and defines
Kill of some old defines and macros that we no longer use like
CPM_MAP_ADDR and CPM_IRQ_OFFSET.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/cpm2.h')
-rw-r--r-- | arch/powerpc/include/asm/cpm2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/cpm2.h b/arch/powerpc/include/asm/cpm2.h index 0f5e8ff59a85..990ff191da8b 100644 --- a/arch/powerpc/include/asm/cpm2.h +++ b/arch/powerpc/include/asm/cpm2.h @@ -14,10 +14,6 @@ #include <asm/cpm.h> #include <sysdev/fsl_soc.h> -#ifdef CONFIG_PPC_85xx -#define CPM_MAP_ADDR (get_immrbase() + 0x80000) -#endif - /* CPM Command register. */ #define CPM_CR_RST ((uint)0x80000000) |