]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ASoC: bfin-ac97: Fix prototype error following AC'97 refactoring
authorMark Brown <broonie@linaro.org>
Mon, 29 Jul 2013 07:50:28 +0000 (08:50 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 29 Jul 2013 16:57:00 +0000 (17:57 +0100)
As part of the multiplatform refactoring for AC'97 the AC'97 bus ops were
staticised meaning that the prototype (which was never needed) conflicts
with the declaration causing build failures.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
sound/soc/blackfin/bf5xx-ac97.h

index 15c635e33f4d99a42b6386cbc7e7c54e2bf807ef..0c3e22d90a8d903fbf1495936c5a97a79ab8a77e 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef _BF5XX_AC97_H
 #define _BF5XX_AC97_H
 
-extern struct snd_ac97_bus_ops bf5xx_ac97_ops;
 extern struct snd_ac97 *ac97;
 /* Frame format in memory, only support stereo currently */
 struct ac97_frame {