commit | 6407deb59466372fd7addca38fa2f44898591897 | [log] [tgz] |
---|---|---|
author | axel lin <axel.lin@gmail.com> | Thu Feb 24 02:20:37 2011 +0000 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sat Feb 26 08:59:32 2011 -0800 |
tree | 0b59111e3f77d1ed1f5037d116d02d71d5a6eb9d | |
parent | 493f3358cb289ccf716c5a14fa5bb52ab75943e5 [diff] [blame] |
hwmon: (ad7414) add MODULE_DEVICE_TABLE The device table is required to load modules based on modaliases. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
diff --git a/drivers/hwmon/ad7414.c b/drivers/hwmon/ad7414.c index 86d822a..d46c0c758 100644 --- a/drivers/hwmon/ad7414.c +++ b/drivers/hwmon/ad7414.c
@@ -242,6 +242,7 @@ { "ad7414", 0 }, {} }; +MODULE_DEVICE_TABLE(i2c, ad7414_id); static struct i2c_driver ad7414_driver = { .driver = {