Skip to content

Commit

Permalink
ASoC: Remove unneeded forward reference to WM8753 SPI implementation
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 Mar 8, 2009
1 parent b191f63 commit 055a49b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sound/soc/codecs/wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@

#include "wm8753.h"

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

static int caps_charge = 2000;
module_param(caps_charge, int, 0);
MODULE_PARM_DESC(caps_charge, "WM8753 cap charge time (msecs)");
Expand Down

0 comments on commit 055a49b

Please sign in to comment.