pmaports/device/testing/linux-xiaomi-cancro/tspdrv_3.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

19 lines
624 B
Diff

diff --git a/drivers/tspdrv/tspdrv.c b/drivers/tspdrv/tspdrv.c
index 69bdc46..8101fa9 100644
--- a/drivers/tspdrv/tspdrv.c
+++ b/drivers/tspdrv/tspdrv.c
@@ -92,11 +92,11 @@ static int g_nMajor = 0;
/* Needs to be included after the global variables because they use them */
-#include <tspdrvOutputDataHandler.c>
+#include "tspdrvOutputDataHandler.c"
#ifdef CONFIG_HIGH_RES_TIMERS
- #include <VibeOSKernelLinuxHRTime.c>
+ #include "VibeOSKernelLinuxHRTime.c"
#else
- #include <VibeOSKernelLinuxTime.c>
+ #include "VibeOSKernelLinuxTime.c"
#endif
asmlinkage void _DbgOut(int level, const char *fmt,...)