pmaports/device/testing/linux-amazon-austin/gcc4-compile-fixes.patch
Richard Qian 02aaa6eae6
amazon-austin: new device (MR 3251)
Based on hexdump0815 and GjergjiFloychi's work.

[ci:skip-build] Already built successfuly on CI in MR
2022-07-06 12:13:47 -04:00

26 lines
896 B
Diff

diff --git a/arch/arm/mach-mt8127/ford/touchpanel/tpd_debug.c b/arch/arm/mach-mt8127/ford/touchpanel/tpd_debug.c
index aa1515d9..3df17b83 100644
--- a/arch/arm/mach-mt8127/ford/touchpanel/tpd_debug.c
+++ b/arch/arm/mach-mt8127/ford/touchpanel/tpd_debug.c
@@ -4,7 +4,7 @@
#include <linux/miscdevice.h>
#include <linux/i2c.h>
#include <linux/delay.h>
-#include <tpd.h>
+#include "tpd.h"
#ifdef TPD_DEBUG_CODE
int tpd_fail_count = 0;
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 */