diff options
Diffstat (limited to 'sound/drivers/pcsp/pcsp_lib.c')
-rw-r--r-- | sound/drivers/pcsp/pcsp_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/pcsp/pcsp_lib.c b/sound/drivers/pcsp/pcsp_lib.c index 434981dd4a61..29ebaa4ec0fd 100644 --- a/sound/drivers/pcsp/pcsp_lib.c +++ b/sound/drivers/pcsp/pcsp_lib.c | |||
@@ -334,7 +334,7 @@ static struct snd_pcm_ops snd_pcsp_playback_ops = { | |||
334 | .pointer = snd_pcsp_playback_pointer, | 334 | .pointer = snd_pcsp_playback_pointer, |
335 | }; | 335 | }; |
336 | 336 | ||
337 | int __devinit snd_pcsp_new_pcm(struct snd_pcsp *chip) | 337 | int snd_pcsp_new_pcm(struct snd_pcsp *chip) |
338 | { | 338 | { |
339 | int err; | 339 | int err; |
340 | 340 | ||