Update tpd_debug.c
change include statement to prevent compiler-error because header file not found
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user