|
@@ -19,13 +19,13 @@
|
|
|
int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz);
|
|
int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz);
|
|
|
void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz);
|
|
void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz);
|
|
|
#else
|
|
#else
|
|
|
-static int
|
|
|
|
|
|
|
+static inline int
|
|
|
thermal_add_hwmon_sysfs(struct thermal_zone_device *tz)
|
|
thermal_add_hwmon_sysfs(struct thermal_zone_device *tz)
|
|
|
{
|
|
{
|
|
|
return 0;
|
|
return 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-static void
|
|
|
|
|
|
|
+static inline void
|
|
|
thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz)
|
|
thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz)
|
|
|
{
|
|
{
|
|
|
}
|
|
}
|