Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1deb5704 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: bfin-ac97: Fix prototype error following AC'97 refactoring



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: default avatarMark Brown <broonie@linaro.org>
Acked-by: default avatarLars-Peter Clausen <lars@metafoo.de>
parent 5ae90d8e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,6 @@
#ifndef _BF5XX_AC97_H
#ifndef _BF5XX_AC97_H
#define _BF5XX_AC97_H
#define _BF5XX_AC97_H


extern struct snd_ac97_bus_ops bf5xx_ac97_ops;
extern struct snd_ac97 *ac97;
extern struct snd_ac97 *ac97;
/* Frame format in memory, only support stereo currently */
/* Frame format in memory, only support stereo currently */
struct ac97_frame {
struct ac97_frame {