diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/cpm1.h (renamed from include/asm-powerpc/commproc.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-powerpc/commproc.h b/include/asm-powerpc/cpm1.h index ec87b8fff075..901a00b48959 100644 --- a/include/asm-powerpc/commproc.h +++ b/include/asm-powerpc/cpm1.h | |||
@@ -14,8 +14,8 @@ | |||
14 | * IDMA1 space. The remaining DP RAM is available for buffer descriptors | 14 | * IDMA1 space. The remaining DP RAM is available for buffer descriptors |
15 | * or other use. | 15 | * or other use. |
16 | */ | 16 | */ |
17 | #ifndef __CPM_8XX__ | 17 | #ifndef __CPM1__ |
18 | #define __CPM_8XX__ | 18 | #define __CPM1__ |
19 | 19 | ||
20 | #include <asm/8xx_immap.h> | 20 | #include <asm/8xx_immap.h> |
21 | #include <asm/ptrace.h> | 21 | #include <asm/ptrace.h> |
@@ -82,7 +82,7 @@ extern int cpm_dpfree(unsigned long offset); | |||
82 | extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align); | 82 | extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align); |
83 | extern void cpm_dpdump(void); | 83 | extern void cpm_dpdump(void); |
84 | extern void *cpm_dpram_addr(unsigned long offset); | 84 | extern void *cpm_dpram_addr(unsigned long offset); |
85 | extern uint cpm_dpram_phys(u8* addr); | 85 | extern uint cpm_dpram_phys(u8 *addr); |
86 | #endif | 86 | #endif |
87 | 87 | ||
88 | extern void cpm_setbrg(uint brg, uint rate); | 88 | extern void cpm_setbrg(uint brg, uint rate); |
@@ -747,4 +747,4 @@ enum cpm_clk { | |||
747 | 747 | ||
748 | int cpm1_clk_setup(enum cpm_clk_target target, int clock, int mode); | 748 | int cpm1_clk_setup(enum cpm_clk_target target, int clock, int mode); |
749 | 749 | ||
750 | #endif /* __CPM_8XX__ */ | 750 | #endif /* __CPM1__ */ |