From 2ab022006c5a078f1039e7dd3459f0f5aa8ed4ec Mon Sep 17 00:00:00 2001 From: Suman Anna Date: Thu, 19 Oct 2017 13:18:15 -0500 Subject: cmemk: Use architecture agnostic uaccess.h header Replace the architecture specific asm/uaccess.h with the Linux generic linux/uaccess.h header file. The architecture specific header files will be included by the generic header file. This fixes an issue when building the CMEM kernel module against 4.12+ kernels. Signed-off-by: Suman Anna --- src/cmem/module/cmemk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmem/module/cmemk.c b/src/cmem/module/cmemk.c index 875c092..c682345 100644 --- a/src/cmem/module/cmemk.c +++ b/src/cmem/module/cmemk.c @@ -33,8 +33,8 @@ #include #include #include +#include #include -#include #include #include -- cgit v1.2.3