diff options
author | Mark A. Greer <mgreer@mvista.com> | 2009-08-28 18:05:02 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:18 -0500 |
commit | b8864aa4abf3cda4676c4174453cf813de6b1701 (patch) | |
tree | 291759b7985caf7cd78d764637126fd77e1c1843 /arch/arm/mach-davinci/board-da850-evm.c | |
parent | 31f53cf391520e62804ed013daf50dfa170d114a (diff) |
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.c | 2 |
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 c759d72494e0..fbc7aae4b6a4 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) | |||
365 | pr_warning("da850_evm_init: mcasp mux setup failed: %d\n", | 365 | pr_warning("da850_evm_init: mcasp mux setup failed: %d\n", |
366 | ret); | 366 | ret); |
367 | 367 | ||
368 | da8xx_init_mcasp(0, &da850_evm_snd_data); | 368 | da8xx_register_mcasp(0, &da850_evm_snd_data); |
369 | 369 | ||
370 | ret = da8xx_pinmux_setup(da850_lcdcntl_pins); | 370 | ret = da8xx_pinmux_setup(da850_lcdcntl_pins); |
371 | if (ret) | 371 | if (ret) |