summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/board-da850-evm.c
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@mvista.com>2009-08-28 15:05:02 -0700
committerKevin Hilman <khilman@deeprootsystems.com>2009-11-25 10:21:18 -0800
commitb8864aa4abf3cda4676c4174453cf813de6b1701 (patch)
tree291759b7985caf7cd78d764637126fd77e1c1843 /arch/arm/mach-davinci/board-da850-evm.c
parent31f53cf391520e62804ed013daf50dfa170d114a (diff)
downloadop-kernel-dev-b8864aa4abf3cda4676c4174453cf813de6b1701.zip
op-kernel-dev-b8864aa4abf3cda4676c4174453cf813de6b1701.tar.gz
davinci: Change DA8xx/OMAP-L13x McASP registration routine name
For consistency with existing code, change the name of da8xx_init_mcasp() to da8xx_register_mcasp(). Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-da850-evm.c')
-rw-r--r--arch/arm/mach-davinci/board-da850-evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c
index c759d72..fbc7aae 100644
--- a/arch/arm/mach-davinci/board-da850-evm.c
+++ b/arch/arm/mach-davinci/board-da850-evm.c
@@ -365,7 +365,7 @@ static __init void da850_evm_init(void)
pr_warning("da850_evm_init: mcasp mux setup failed: %d\n",
ret);
- da8xx_init_mcasp(0, &da850_evm_snd_data);
+ da8xx_register_mcasp(0, &da850_evm_snd_data);
ret = da8xx_pinmux_setup(da850_lcdcntl_pins);
if (ret)
OpenPOWER on IntegriCloud