Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264248
b: refs/heads/master
c: b5c49d4
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Mark Brown committed Oct 2, 2011
1 parent c588d25 commit d057700
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: 21d17dd2a377ba894f26989915eb3c6e427a3656
refs/heads/master: b5c49d49b9e175fd56cb4b5cf2c4fd972d15e013
2 changes: 1 addition & 1 deletion trunk/sound/soc/omap/mcpdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ int __devinit omap_mcpdm_probe(struct platform_device *pdev)
return ret;
}

int __devexit omap_mcpdm_remove(struct platform_device *pdev)
int omap_mcpdm_remove(struct platform_device *pdev)
{
struct omap_mcpdm *mcpdm_ptr = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/omap/mcpdm.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ extern int omap_mcpdm_request(void);
extern void omap_mcpdm_free(void);
extern int omap_mcpdm_set_offset(int offset1, int offset2);
int __devinit omap_mcpdm_probe(struct platform_device *pdev);
int __devexit omap_mcpdm_remove(struct platform_device *pdev);
int omap_mcpdm_remove(struct platform_device *pdev);

0 comments on commit d057700

Please sign in to comment.