Skip to content

Commit

Permalink
ASoC: bfin-ac97: Fix prototype error following AC'97 refactoring
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Lars-Peter Clausen <[email protected]>
  • Loading branch information
broonie committed Jul 29, 2013
1 parent 5ae90d8 commit 1deb570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/blackfin/bf5xx-ac97.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1deb570

Please sign in to comment.