X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fhwmon.h;h=6b6ee702b007406d44352f1104a43f4fb4d91cd7;hb=c44eaf41a5a423993932c9a9ad279ee132779b48;hp=0efd994c37f17112337a9b58eaf15cee389d6f93;hpb=c08319a9d50b5c9cb4fdb33728bd16497cf4ddd3;p=pandora-kernel.git diff --git a/include/linux/hwmon.h b/include/linux/hwmon.h index 0efd994c37f1..6b6ee702b007 100644 --- a/include/linux/hwmon.h +++ b/include/linux/hwmon.h @@ -16,9 +16,9 @@ #include -struct class_device *hwmon_device_register(struct device *dev); +struct device *hwmon_device_register(struct device *dev); -void hwmon_device_unregister(struct class_device *cdev); +void hwmon_device_unregister(struct device *dev); /* Scale user input to sensible values */ static inline int SENSORS_LIMIT(long value, long low, long high)