Skip to content

Commit

Permalink
ASoC: Terminate WM8750 SPI device ID table
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Mark Brown committed Aug 11, 2011
1 parent 280ec8b commit feb00dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm8750.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ static int __devexit wm8750_spi_remove(struct spi_device *spi)
static const struct spi_device_id wm8750_spi_ids[] = {
{ "wm8750", 0 },
{ "wm8987", 0 },
{ 0, 0 },
};
MODULE_DEVICE_TABLE(spi, wm8750_spi_ids);

Expand Down

0 comments on commit feb00dc

Please sign in to comment.