Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166776
b: refs/heads/master
c: 2f229a3
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Oct 2, 2009
1 parent def2bc2 commit c78e91b
Show file tree
Hide file tree
Showing 3 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: 3b04691c2b1661c7e64cd4222d7175b5bf87163f
refs/heads/master: 2f229a31aac86ea6911d70ec4c79196ca711d625
2 changes: 1 addition & 1 deletion trunk/sound/mips/hal2.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ static int __devinit hal2_probe(struct platform_device *pdev)
return 0;
}

static int __exit hal2_remove(struct platform_device *pdev)
static int __devexit hal2_remove(struct platform_device *pdev)
{
struct snd_card *card = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/mips/sgio2audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ static int __devinit snd_sgio2audio_probe(struct platform_device *pdev)
return 0;
}

static int __exit snd_sgio2audio_remove(struct platform_device *pdev)
static int __devexit snd_sgio2audio_remove(struct platform_device *pdev)
{
struct snd_card *card = platform_get_drvdata(pdev);

Expand Down

0 comments on commit c78e91b

Please sign in to comment.