diff options
| -rw-r--r-- | drivers/hwmon/hwmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/hwmon.c b/drivers/hwmon/hwmon.c index 106fa01cdb60..affcc00764d3 100644 --- a/drivers/hwmon/hwmon.c +++ b/drivers/hwmon/hwmon.c | |||
| @@ -101,7 +101,7 @@ static void __exit hwmon_exit(void) | |||
| 101 | class_destroy(hwmon_class); | 101 | class_destroy(hwmon_class); |
| 102 | } | 102 | } |
| 103 | 103 | ||
| 104 | module_init(hwmon_init); | 104 | subsys_initcall(hwmon_init); |
| 105 | module_exit(hwmon_exit); | 105 | module_exit(hwmon_exit); |
| 106 | 106 | ||
| 107 | EXPORT_SYMBOL_GPL(hwmon_device_register); | 107 | EXPORT_SYMBOL_GPL(hwmon_device_register); |
