[ewg] [PATCH] remove get_user_pages() 8 arg compat macro
Steve Wise
swise at opengridcomputing.com
Thu Oct 6 13:01:22 PDT 2016
Signed-off-by: Steve Wise <swise at opengridcomputing.com>
---
include/linux/mm.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 9aae7bb..8009ed8 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -4,11 +4,6 @@
#include "../../compat/config.h"
#include_next <linux/mm.h>
-#ifdef HAVE_GET_USER_PAGES_6_PARAMS
-#define get_user_pages(p1, p2, p3, p4, p5, p6, p7, p8) \
- get_user_pages(p3, p4, p5, p6, p7, p8)
-#endif
-
#ifndef HAVE_GET_USER_PAGES_REMOTE
#define get_user_pages_remote get_user_pages
#endif
--
2.7.0
More information about the ewg
mailing list