summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mm_compat.h')
-rw-r--r--include/linux/mm_compat.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/mm_compat.h b/include/linux/mm_compat.h
index 37c9b0875..97e5af012 100644
--- a/include/linux/mm_compat.h
+++ b/include/linux/mm_compat.h
@@ -28,22 +28,6 @@
#include <linux/mm.h>
#include <linux/fs.h>
-/*
- * Linux 2.6.31 API Change.
- * Individual pages_{min,low,high} moved in to watermark array.
- */
-#ifndef min_wmark_pages
-#define min_wmark_pages(z) (z->pages_min)
-#endif
-
-#ifndef low_wmark_pages
-#define low_wmark_pages(z) (z->pages_low)
-#endif
-
-#ifndef high_wmark_pages
-#define high_wmark_pages(z) (z->pages_high)
-#endif
-
#if !defined(HAVE_SHRINK_CONTROL_STRUCT)
struct shrink_control {
gfp_t gfp_mask;