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/platforms/8xx | |
parent | 89d93347d1f66832c43e6b25a669fddff89929b5 (diff) | |
download | talos-op-linux-ca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc.tar.gz talos-op-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/platforms/8xx')
-rw-r--r-- | arch/powerpc/platforms/8xx/mpc885ads.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/8xx/mpc885ads.h b/arch/powerpc/platforms/8xx/mpc885ads.h index a5076668bad6..19412f76fa3b 100644 --- a/arch/powerpc/platforms/8xx/mpc885ads.h +++ b/arch/powerpc/platforms/8xx/mpc885ads.h @@ -17,10 +17,6 @@ #include <sysdev/fsl_soc.h> -#define MPC8xx_CPM_OFFSET (0x9c0) -#define CPM_MAP_ADDR (get_immrbase() + MPC8xx_CPM_OFFSET) -#define CPM_IRQ_OFFSET 16 // for compability with cpm_uart driver - /* Bits of interest in the BCSRs. */ #define BCSR1_ETHEN ((uint)0x20000000) |