pmaports/device/testing/linux-amazon-tank/02_thermal_fix_include.patch
Oliver Smith 64035ac463
device/*: move to device/testing/* (!1063)
Prepare for better device categorization by moving everything to testing
subdir first.

[skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR
				depends on this MR

Related: postmarketos#16
2020-03-14 08:35:32 +01:00

13 lines
458 B
Diff

diff --git a/drivers/thermal/virtual_sensor_cpufreq_cooling.c b/drivers/thermal/virtual_sensor_cpufreq_cooling.c
index 99c4cae1..705993b1 100644
--- a/drivers/thermal/virtual_sensor_cpufreq_cooling.c
+++ b/drivers/thermal/virtual_sensor_cpufreq_cooling.c
@@ -29,7 +29,7 @@
#include <linux/thermal.h>
#include <linux/cpumask.h>
#include <linux/cpu_cooling.h>
-#include <thermal_core.h>
+#include "thermal_core.h"
#define MAX_STATE 4 /* 0-4 total 5 */