diff options
| author | Peter Tyser <[email protected]> | 2009-06-30 17:15:46 -0500 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2009-07-01 23:11:52 -0500 |
| commit | 191c7118592cd182f2dc7f46b4f72d9bed0e2c76 (patch) | |
| tree | 5a91f7f8cc419b828558ebc8d93b438a8e795dda /cpu | |
| parent | 7892f619d40f4196e41e7114c5dfee9fad0f572f (diff) | |
fsl_dma: Move dma function prototypes to common header file
Signed-off-by: Peter Tyser <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'cpu')
| -rw-r--r-- | cpu/mpc85xx/ddr-gen1.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/mpc85xx/ddr-gen1.c b/cpu/mpc85xx/ddr-gen1.c index b188906f805..9fc498ed448 100644 --- a/cpu/mpc85xx/ddr-gen1.c +++ b/cpu/mpc85xx/ddr-gen1.c @@ -66,10 +66,6 @@ void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs, } #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) -extern void dma_init(void); -extern uint dma_check(void); -extern int dmacpy(phys_addr_t dest, phys_addr_t src, phys_size_t n); - /* * Initialize all of memory for ECC, then enable errors. */ |
