summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/cpm2.h
diff options
context:
space:
mode:
authorKumar Gala2009-04-22 20:44:24 +0200
committerKumar Gala2009-05-19 07:47:19 +0200
commitca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc (patch)
treecb3fe80b3146be3c6dbebd97b26c6c1f89bc7c33 /arch/powerpc/include/asm/cpm2.h
parentpowerpc: make dma_window_* in pci_controller struct avail on 32b (diff)
downloadkernel-qcow2-linux-ca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc.tar.gz
kernel-qcow2-linux-ca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc.tar.xz
kernel-qcow2-linux-ca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc.zip
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.h4
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)