Update tpd_debug.c

change include statement to prevent compiler-error because header file not found
This commit is contained in:
mttkrb
2018-03-22 09:13:35 +01:00
committed by Stricted
parent 8c8e2e8863
commit e4c65dc707
@@ -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;