diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-19 12:22:03 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-19 12:22:03 +0000 |
commit | cffce322be94ecdd3bbb74dfd3f3834c51b4232a (patch) | |
tree | 9f9bf7af6ef79a06b898712dcbe5ae21288bf832 /sound/soc/codecs/ad193x.h | |
parent | a1533d94c6b930ef4263941adfd1e1132ca95627 (diff) |
ASoC: Unexport AD193x bus probe/remove functions
The export is not needed since the per-bus code lives in the same
module.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/ad193x.h')
-rw-r--r-- | sound/soc/codecs/ad193x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/ad193x.h b/sound/soc/codecs/ad193x.h index b240d1d67c22..a03c880d52f9 100644 --- a/sound/soc/codecs/ad193x.h +++ b/sound/soc/codecs/ad193x.h @@ -77,7 +77,5 @@ extern struct snd_soc_dai ad193x_dai; extern struct snd_soc_codec_device soc_codec_dev_ad193x; -extern int ad193x_bus_probe(struct device *dev, void *ctrl_data, int bus_type); -extern int ad193x_bus_remove(struct device *dev); #endif |