26592daadc
Initial support for Xiaomi A1 aka xiaomi-tissot using LineageOS 15.1 kernel, has similar board to Xiaomi Redmi 4 aka xiaomi-mido with some differences that had to be patched such as reversing skip_initramfs and ignoring dm param. 16.0 kernel boots but display fb init doesn't work. Weston boots with touch support, SSH via USB RNDIS works. [skip ci]: this built once in CI already, good to go.
12 lines
456 B
Diff
12 lines
456 B
Diff
diff --git a/include/trace/events/msm_cam.h b/include/trace/events/msm_cam.h
|
|
index b52845407ef0..2cd283db8d32 100644
|
|
--- a/include/trace/events/msm_cam.h
|
|
+++ b/include/trace/events/msm_cam.h
|
|
@@ -16,7 +16,7 @@
|
|
#if !defined(_TRACE_MSM_VFE_H) || defined(TRACE_HEADER_MULTI_READ)
|
|
#define _TRACE_MSM_VFE_H
|
|
|
|
-#include "msm_isp.h"
|
|
+#include "../../../drivers/media/platform/msm/camera_v2/isp/msm_isp.h"
|
|
#include <linux/types.h>
|
|
#include <linux/tracepoint.h>
|