diff options
-rw-r--r-- | sound/arm/sa11xx-uda1341.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/sa11xx-uda1341.c b/sound/arm/sa11xx-uda1341.c index 8addb9d914c1..1dcd51d81d10 100644 --- a/sound/arm/sa11xx-uda1341.c +++ b/sound/arm/sa11xx-uda1341.c | |||
@@ -880,7 +880,7 @@ void snd_sa11xx_uda1341_free(struct snd_card *card) | |||
880 | audio_dma_free(&chip->s[SNDRV_PCM_STREAM_CAPTURE]); | 880 | audio_dma_free(&chip->s[SNDRV_PCM_STREAM_CAPTURE]); |
881 | } | 881 | } |
882 | 882 | ||
883 | static int __init sa11xx_uda1341_probe(struct platform_device *devptr) | 883 | static int __devinit sa11xx_uda1341_probe(struct platform_device *devptr) |
884 | { | 884 | { |
885 | int err; | 885 | int err; |
886 | struct snd_card *card; | 886 | struct snd_card *card; |