diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2013-06-10 11:47:45 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-06-27 13:29:03 -0400 |
commit | 2ec2819623521c28de3ab5d6e1f096542d032246 (patch) | |
tree | c3aec0d8108814f6746eddb851a15b3de1ebaae6 /drivers/hwmon/iio_hwmon.c | |
parent | 68146a5712baeae2ba4885bd53d5d56bfd6024ba (diff) |
hwmon: (iio_hwmon) add alias table
This helps the kernel to find the right module once the device is
created.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/iio_hwmon.c')
-rw-r--r-- | drivers/hwmon/iio_hwmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/iio_hwmon.c b/drivers/hwmon/iio_hwmon.c index 52b77afebde1..708081b68c6f 100644 --- a/drivers/hwmon/iio_hwmon.c +++ b/drivers/hwmon/iio_hwmon.c | |||
@@ -180,6 +180,7 @@ static struct of_device_id iio_hwmon_of_match[] = { | |||
180 | { .compatible = "iio-hwmon", }, | 180 | { .compatible = "iio-hwmon", }, |
181 | { } | 181 | { } |
182 | }; | 182 | }; |
183 | MODULE_DEVICE_TABLE(of, iio_hwmon_of_match); | ||
183 | 184 | ||
184 | static struct platform_driver __refdata iio_hwmon_driver = { | 185 | static struct platform_driver __refdata iio_hwmon_driver = { |
185 | .driver = { | 186 | .driver = { |