diff options
author | David Cohen <david.cohen@indt.org.br> | 2007-12-13 21:27:15 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-02-08 13:38:00 -0500 |
commit | 6e2d4107245cc0411959e91d7a1613e15097f117 (patch) | |
tree | 36de41b7a938e19cbbf09aa80b38ca2d6b1dd5b3 /arch/arm/mach-omap1/board-palmtt.c | |
parent | 78be63252bc9065dd0a12c106135655b7d4db1ec (diff) |
ARM: OMAP1: Change the comments to C style
Change the comments to C style
Signed-off-by: David Cohen <david.cohen@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-palmtt.c')
-rw-r--r-- | arch/arm/mach-omap1/board-palmtt.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index ed7094a70064..772daed493c1 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c | |||
@@ -144,12 +144,12 @@ static struct omap_mcbsp_reg_cfg mcbsp_regs = { | |||
144 | static struct omap_alsa_codec_config alsa_config = { | 144 | static struct omap_alsa_codec_config alsa_config = { |
145 | .name = "PalmTT AIC23", | 145 | .name = "PalmTT AIC23", |
146 | .mcbsp_regs_alsa = &mcbsp_regs, | 146 | .mcbsp_regs_alsa = &mcbsp_regs, |
147 | .codec_configure_dev = NULL, // aic23_configure, | 147 | .codec_configure_dev = NULL, /* aic23_configure, */ |
148 | .codec_set_samplerate = NULL, // aic23_set_samplerate, | 148 | .codec_set_samplerate = NULL, /* aic23_set_samplerate, */ |
149 | .codec_clock_setup = NULL, // aic23_clock_setup, | 149 | .codec_clock_setup = NULL, /* aic23_clock_setup, */ |
150 | .codec_clock_on = NULL, // aic23_clock_on, | 150 | .codec_clock_on = NULL, /* aic23_clock_on, */ |
151 | .codec_clock_off = NULL, // aic23_clock_off, | 151 | .codec_clock_off = NULL, /* aic23_clock_off, */ |
152 | .get_default_samplerate = NULL, // aic23_get_default_samplerate, | 152 | .get_default_samplerate = NULL, /* aic23_get_default_samplerate, */ |
153 | }; | 153 | }; |
154 | 154 | ||
155 | static struct platform_device palmtt_mcbsp1_device = { | 155 | static struct platform_device palmtt_mcbsp1_device = { |