Skip to content

Commit

Permalink
ASoC: Drop unneeded declaration of removed wm8731 SPI write function
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Aug 10, 2009
1 parent 8f738d5 commit e0c48a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/soc/codecs/wm8731.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ struct wm8731_priv {
unsigned int sysclk;
};

#ifdef CONFIG_SPI_MASTER
static int wm8731_spi_write(struct spi_device *spi, const char *data, int len);
#endif

/*
* wm8731 register cache
Expand Down

0 comments on commit e0c48a1

Please sign in to comment.