pmaports/device/testing/linux-xiaomi-cancro/tspdrv_2.patch
Oliver Smith 64035ac463
device/*: move to device/testing/* (!1063)
Prepare for better device categorization by moving everything to testing
subdir first.

[skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR
				depends on this MR

Related: postmarketos#16
2020-03-14 08:35:32 +01:00

13 lines
467 B
Diff

diff --git a/drivers/tspdrv/tspdrv.c b/drivers/tspdrv/tspdrv.c
index 1a6ca32..69bdc46 100644
--- a/drivers/tspdrv/tspdrv.c
+++ b/drivers/tspdrv/tspdrv.c
@@ -51,7 +51,7 @@ static int g_nTimerPeriodMs = 5; /* 5ms timer by default. This variable could be
static atomic_t g_bRuntimeRecord;
#endif
-#include <ImmVibeSPI.c>
+#include "ImmVibeSPI.c"
#if (defined(VIBE_DEBUG) && defined(VIBE_RECORD)) || defined(VIBE_RUNTIME_RECORD)
#include <tspdrvRecorder.c>
#endif