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/include/mach | |
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/include/mach')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index d4095d0572c6..7576e8cb6d3b 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h | |||
@@ -74,7 +74,7 @@ int da8xx_register_watchdog(void); | |||
74 | int da8xx_register_emac(void); | 74 | int da8xx_register_emac(void); |
75 | int da8xx_register_lcdc(void); | 75 | int da8xx_register_lcdc(void); |
76 | int da8xx_register_mmcsd0(struct davinci_mmc_config *config); | 76 | int da8xx_register_mmcsd0(struct davinci_mmc_config *config); |
77 | void __init da8xx_init_mcasp(int id, struct snd_platform_data *pdata); | 77 | void __init da8xx_register_mcasp(int id, struct snd_platform_data *pdata); |
78 | 78 | ||
79 | extern struct platform_device da8xx_serial_device; | 79 | extern struct platform_device da8xx_serial_device; |
80 | extern struct emac_platform_data da8xx_emac_pdata; | 80 | extern struct emac_platform_data da8xx_emac_pdata; |