Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120302
b: refs/heads/master
c: 24e07db
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Dec 10, 2008
1 parent e6c9f74 commit e1e1c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 471716f7ea646487b7b5c7b3efc68a023b05a933
refs/heads/master: 24e07db8cceb7dfe2d4005e4450a27f4bcda6499
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/twl4030.c
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,11 @@ struct snd_soc_codec_device soc_codec_dev_twl4030 = {
};
EXPORT_SYMBOL_GPL(soc_codec_dev_twl4030);

static int __devinit twl4030_init(void)
static int __init twl4030_modinit(void)
{
return snd_soc_register_dai(&twl4030_dai);
}
module_init(twl4030_init);
module_init(twl4030_modinit);

static void __exit twl4030_exit(void)
{
Expand Down

0 comments on commit e1e1c8c

Please sign in to comment.