Update tpd_debug.c
authormttkrb <21170293+mttkrb@users.noreply.github.com>
Thu, 22 Mar 2018 08:13:35 +0000 (09:13 +0100)
committerStricted <info@stricted.net>
Sat, 24 Mar 2018 12:51:09 +0000 (13:51 +0100)
change include statement to prevent compiler-error because header file not found

arch/arm/mach-mt8127/ttab/touchpanel/tpd_debug.c

index aa1515d977eb5e8083f0bc27663f3c04eb1464da..3df17b83f9100addd623ec8c406789cce9baaf64 100644 (file)
@@ -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;