From: mttkrb <21170293+mttkrb@users.noreply.github.com>
Date: Thu, 22 Mar 2018 08:13:35 +0000 (+0100)
Subject: Update tpd_debug.c
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e4c65dc707722ecfaa35f42fc19665d7d3bc9186;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git

Update tpd_debug.c

change include statement to prevent compiler-error because header file not found
---

diff --git a/arch/arm/mach-mt8127/ttab/touchpanel/tpd_debug.c b/arch/arm/mach-mt8127/ttab/touchpanel/tpd_debug.c
index aa1515d977eb..3df17b83f910 100644
--- a/arch/arm/mach-mt8127/ttab/touchpanel/tpd_debug.c
+++ b/arch/arm/mach-mt8127/ttab/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;