73ba5e11f7
This is fixing multiple compile problems with kernel 4.14 and updates the code to take care of changes introduced between kernel 4.9 and 4.14. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Mathias Kresin <dev@kresin.me>
12 lines
294 B
Diff
12 lines
294 B
Diff
--- a/src/drv_tapi_linux.c
|
|
+++ b/src/drv_tapi_linux.c
|
|
@@ -97,6 +97,8 @@
|
|
#include "drv_tapi_announcements.h"
|
|
#endif /* TAPI_ANNOUNCEMENTS */
|
|
|
|
+#undef CONFIG_PROC_FS
|
|
+
|
|
#define TAPI_IOCTL_STACKSIZE 4000 /* allow some overhead 4 k */
|
|
|
|
/* ================================== */
|