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/devices-da8xx.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/devices-da8xx.c')
-rw-r--r-- | arch/arm/mach-davinci/devices-da8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/devices-da8xx.c b/arch/arm/mach-davinci/devices-da8xx.c index 94ce7a15c728..a54aa4edc1b0 100644 --- a/arch/arm/mach-davinci/devices-da8xx.c +++ b/arch/arm/mach-davinci/devices-da8xx.c | |||
@@ -343,7 +343,7 @@ static struct platform_device da850_mcasp_device = { | |||
343 | .resource = da850_mcasp_resources, | 343 | .resource = da850_mcasp_resources, |
344 | }; | 344 | }; |
345 | 345 | ||
346 | void __init da8xx_init_mcasp(int id, struct snd_platform_data *pdata) | 346 | void __init da8xx_register_mcasp(int id, struct snd_platform_data *pdata) |
347 | { | 347 | { |
348 | /* DA830/OMAP-L137 has 3 instances of McASP */ | 348 | /* DA830/OMAP-L137 has 3 instances of McASP */ |
349 | if (cpu_is_davinci_da830() && id == 1) { | 349 | if (cpu_is_davinci_da830() && id == 1) { |