diff options
Diffstat (limited to 'include/asm-powerpc/commproc.h')
-rw-r--r-- | include/asm-powerpc/commproc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/commproc.h b/include/asm-powerpc/commproc.h index 397248705e0e..86fcf265c54a 100644 --- a/include/asm-powerpc/commproc.h +++ b/include/asm-powerpc/commproc.h | |||
@@ -66,7 +66,7 @@ | |||
66 | /* Export the base address of the communication processor registers | 66 | /* Export the base address of the communication processor registers |
67 | * and dual port ram. | 67 | * and dual port ram. |
68 | */ | 68 | */ |
69 | extern cpm8xx_t *cpmp; /* Pointer to comm processor */ | 69 | extern cpm8xx_t __iomem *cpmp; /* Pointer to comm processor */ |
70 | extern unsigned long cpm_dpalloc(uint size, uint align); | 70 | extern unsigned long cpm_dpalloc(uint size, uint align); |
71 | extern int cpm_dpfree(unsigned long offset); | 71 | extern int cpm_dpfree(unsigned long offset); |
72 | extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align); | 72 | extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align); |
@@ -689,4 +689,6 @@ typedef struct risc_timer_pram { | |||
689 | extern void cpm_install_handler(int vec, void (*handler)(void *), void *dev_id); | 689 | extern void cpm_install_handler(int vec, void (*handler)(void *), void *dev_id); |
690 | extern void cpm_free_handler(int vec); | 690 | extern void cpm_free_handler(int vec); |
691 | 691 | ||
692 | #define IMAP_ADDR (get_immrbase()) | ||
693 | |||
692 | #endif /* __CPM_8XX__ */ | 694 | #endif /* __CPM_8XX__ */ |