diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2013-12-16 05:23:45 -0500 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2013-12-16 05:23:45 -0500 |
| commit | c4de673b775e4db48cd2db6277e0c6714332ca0c (patch) | |
| tree | 84f9e4728e6ccf257236d2ba063b6e784ec8b65d /include/linux/hwmon.h | |
| parent | bafdc614a1f4f8be8cde41b8ab10ac17e67c1837 (diff) | |
| parent | 55957fb7a0b61d8ab6ff3f04e279b8fc22b738fa (diff) | |
Merge remote-tracking branch 'wireless-next/master' into mac80211-next
Diffstat (limited to 'include/linux/hwmon.h')
| -rw-r--r-- | include/linux/hwmon.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/hwmon.h b/include/linux/hwmon.h index b2514f70d591..09354f6c1d63 100644 --- a/include/linux/hwmon.h +++ b/include/linux/hwmon.h | |||
| @@ -15,9 +15,19 @@ | |||
| 15 | #define _HWMON_H_ | 15 | #define _HWMON_H_ |
| 16 | 16 | ||
| 17 | struct device; | 17 | struct device; |
| 18 | struct attribute_group; | ||
| 18 | 19 | ||
| 19 | struct device *hwmon_device_register(struct device *dev); | 20 | struct device *hwmon_device_register(struct device *dev); |
| 21 | struct device * | ||
| 22 | hwmon_device_register_with_groups(struct device *dev, const char *name, | ||
| 23 | void *drvdata, | ||
| 24 | const struct attribute_group **groups); | ||
| 25 | struct device * | ||
| 26 | devm_hwmon_device_register_with_groups(struct device *dev, const char *name, | ||
| 27 | void *drvdata, | ||
| 28 | const struct attribute_group **groups); | ||
| 20 | 29 | ||
| 21 | void hwmon_device_unregister(struct device *dev); | 30 | void hwmon_device_unregister(struct device *dev); |
| 31 | void devm_hwmon_device_unregister(struct device *dev); | ||
| 22 | 32 | ||
| 23 | #endif | 33 | #endif |
