diff options
Diffstat (limited to 'sound/soc/blackfin/bf5xx-i2s.c')
-rw-r--r-- | sound/soc/blackfin/bf5xx-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-i2s.c b/sound/soc/blackfin/bf5xx-i2s.c index 0d58d2b6db6a..c17b131f6626 100644 --- a/sound/soc/blackfin/bf5xx-i2s.c +++ b/sound/soc/blackfin/bf5xx-i2s.c | |||
@@ -313,7 +313,7 @@ struct snd_soc_dai bf5xx_i2s_dai = { | |||
313 | }; | 313 | }; |
314 | EXPORT_SYMBOL_GPL(bf5xx_i2s_dai); | 314 | EXPORT_SYMBOL_GPL(bf5xx_i2s_dai); |
315 | 315 | ||
316 | static int __devinit bfin_i2s_init(void) | 316 | static int __init bfin_i2s_init(void) |
317 | { | 317 | { |
318 | return snd_soc_register_dai(&bfin_i2s_dai); | 318 | return snd_soc_register_dai(&bfin_i2s_dai); |
319 | } | 319 | } |