diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-01-25 01:48:03 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-04-04 09:24:40 -0500 |
commit | f0f899432e8e901844c3d98483d89d4612f13d98 (patch) | |
tree | 5ba53e540f5edf0b65b746782ac4f3c6fc171c06 /board/freescale/corenet_ds/ddr.c | |
parent | 5cfbc458d4957a186d1433cf1c14e8f4e6d4431f (diff) |
powerpc/85xx: Declare fsl_ddr_set_memctl_regs in <asm/fsl_ddr_sdram.h>
Remove declerations of fsl_ddr_set_memctl_regs in board files with and
place it into a common header.
Based on patch from Poonam Aggrwal.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/corenet_ds/ddr.c')
-rw-r--r-- | board/freescale/corenet_ds/ddr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/corenet_ds/ddr.c b/board/freescale/corenet_ds/ddr.c index 844eb1df85..ee08abb29f 100644 --- a/board/freescale/corenet_ds/ddr.c +++ b/board/freescale/corenet_ds/ddr.c @@ -16,9 +16,6 @@ DECLARE_GLOBAL_DATA_PTR; -extern void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs, - unsigned int ctrl_num); - /* * Fixed sdram init -- doesn't use serial presence detect. |