We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf9381 commit 4ecafafCopy full SHA for 4ecafaf
drivers/thermal/thermal_hwmon.h
@@ -34,13 +34,13 @@
34
int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz);
35
void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz);
36
#else
37
-static int
+static inline int
38
thermal_add_hwmon_sysfs(struct thermal_zone_device *tz)
39
{
40
return 0;
41
}
42
43
-static void
+static inline void
44
thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz)
45
46
0 commit comments