Title: [7457] trunk/sound/soc/codecs/adau1371.c: adau1371: use proper dev markings on probe/remove functions
- Revision
- 7457
- Author
- vapier
- Date
- 2009-09-24 23:42:48 -0400 (Thu, 24 Sep 2009)
Log Message
adau1371: use proper dev markings on probe/remove functions
Modified Paths
Diff
Modified: trunk/sound/soc/codecs/adau1371.c (7456 => 7457)
--- trunk/sound/soc/codecs/adau1371.c 2009-09-25 03:40:38 UTC (rev 7456)
+++ trunk/sound/soc/codecs/adau1371.c 2009-09-25 03:42:48 UTC (rev 7457)
@@ -1024,7 +1024,7 @@
}
#endif
-static int adau1371_probe(struct platform_device *pdev)
+static int __devinit adau1371_probe(struct platform_device *pdev)
{
struct snd_soc_device *socdev = platform_get_drvdata(pdev);
struct adau1371_setup_data *setup;
@@ -1065,7 +1065,7 @@
}
/* remove everything here */
-static int adau1371_remove(struct platform_device *pdev)
+static int __devexit adau1371_remove(struct platform_device *pdev)
{
struct snd_soc_device *socdev = platform_get_drvdata(pdev);
struct snd_soc_codec *codec = socdev->card->codec;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits