mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
ASoC: Remove unneeded forward reference to WM8753 SPI implementation
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
b191f63c4f
commit
055a49b0c9
@ -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)");
|
||||
|
Loading…
Reference in New Issue
Block a user