summaryrefslogtreecommitdiff
path: root/mm/memory.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@sb.bsdonline.org>2002-07-29 19:17:43 +0200
committerChristoph Hellwig <hch@sb.bsdonline.org>2002-07-29 19:17:43 +0200
commita074f68006d301fb0dbab9a460eba7cd0eb22c15 (patch)
tree88abe2caa0e0b5699c203e6ba8fc776f99fa1428 /mm/memory.c
parentff42067bdefaa5f3afac540d81b27a1c2751bed4 (diff)
VM: remove unused /proc/sys/vm/kswapd and swapctl.h
These were totally unused for a long time. It's interesting how many files include swapctl.h, though..
Diffstat (limited to 'mm/memory.c')
-rw-r--r--mm/memory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c
index ea9ec1c8d6ce..0f073ce32404 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -41,7 +41,6 @@
#include <linux/mman.h>
#include <linux/swap.h>
#include <linux/smp_lock.h>
-#include <linux/swapctl.h>
#include <linux/iobuf.h>
#include <linux/highmem.h>
#include <linux/pagemap.h>