diff options
-rw-r--r-- | sound/soc/codecs/wm8750.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c index 82ac5fcaa2b2..d0003cc3bcd6 100644 --- a/sound/soc/codecs/wm8750.c +++ b/sound/soc/codecs/wm8750.c | |||
@@ -781,7 +781,7 @@ static int __devexit wm8750_spi_remove(struct spi_device *spi) | |||
781 | static const struct spi_device_id wm8750_spi_ids[] = { | 781 | static const struct spi_device_id wm8750_spi_ids[] = { |
782 | { "wm8750", 0 }, | 782 | { "wm8750", 0 }, |
783 | { "wm8987", 0 }, | 783 | { "wm8987", 0 }, |
784 | { 0, 0 }, | 784 | { }, |
785 | }; | 785 | }; |
786 | MODULE_DEVICE_TABLE(spi, wm8750_spi_ids); | 786 | MODULE_DEVICE_TABLE(spi, wm8750_spi_ids); |
787 | 787 | ||