diff options
author | Hai Dong <hai.dong@polycom.com> | 2012-02-24 17:03:00 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-06 12:46:52 -0500 |
commit | fe2afaa5412126f7a41aec811228a1f439d232a0 (patch) | |
tree | b87d88df40051c25e5e3e0a31985e97e2ed07573 | |
parent | 624e26e0209015718abbd63a402efba02628fec0 (diff) |
mfd: Fix wm831x-spi table id name typo in MODULE_DEVICE_TABLE macro
Signed-off-by: Hai Dong <hai.dong@polycom.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r-- | drivers/mfd/wm831x-spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/wm831x-spi.c b/drivers/mfd/wm831x-spi.c index 62ef3254105f..8ef7d4f5eeb5 100644 --- a/drivers/mfd/wm831x-spi.c +++ b/drivers/mfd/wm831x-spi.c | |||
@@ -89,7 +89,7 @@ static const struct spi_device_id wm831x_spi_ids[] = { | |||
89 | { "wm8326", WM8326 }, | 89 | { "wm8326", WM8326 }, |
90 | { }, | 90 | { }, |
91 | }; | 91 | }; |
92 | MODULE_DEVICE_TABLE(spi, wm831x_spi_id); | 92 | MODULE_DEVICE_TABLE(spi, wm831x_spi_ids); |
93 | 93 | ||
94 | static struct spi_driver wm831x_spi_driver = { | 94 | static struct spi_driver wm831x_spi_driver = { |
95 | .driver = { | 95 | .driver = { |