Title: [8526] trunk/sound/soc/codecs/ad193x.c: ad193x: delete redundant exported symbols
Revision
8526
Author
bhsong
Date
2010-03-22 01:47:29 -0400 (Mon, 22 Mar 2010)

Log Message

ad193x: delete redundant exported symbols

Modified Paths


Diff

Modified: trunk/sound/soc/codecs/ad193x.c (8525 => 8526)


--- trunk/sound/soc/codecs/ad193x.c	2010-03-22 04:07:55 UTC (rev 8525)
+++ trunk/sound/soc/codecs/ad193x.c	2010-03-22 05:47:29 UTC (rev 8526)
@@ -302,7 +302,6 @@
 
 	return ad193x_register(ad193x, bus_type);
 }
-EXPORT_SYMBOL_GPL(ad193x_bus_probe);
 
 int ad193x_bus_remove(struct device *dev)
 {
@@ -311,7 +310,6 @@
 	ad193x_unregister(ad193x);
 	return 0;
 }
-EXPORT_SYMBOL_GPL(ad193x_bus_remove);
 
 static struct snd_soc_dai_ops ad193x_dai_ops = {
 	.hw_params = ad193x_hw_params,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to