summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2003-04-24 08:41:01 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-24 08:41:01 -0700
commit0d3db480b649edffd4c0b43e956d1e6be5816a2f (patch)
tree831a0dcc91ed156c9e2a023f29396e759eb774c6 /include/linux
parent17029636721cc01a44817975d26506bd736e0f91 (diff)
[PATCH] kill <linux/wrapper.h>
Kill one user of mem_map_reserve/mem_map_unreserve I missed the last time and it can go away.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/wrapper.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/wrapper.h b/include/linux/wrapper.h
deleted file mode 100644
index 3c62fdbc88aa..000000000000
--- a/include/linux/wrapper.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _WRAPPER_H_
-#define _WRAPPER_H_
-
-#define mem_map_reserve(p) set_bit(PG_reserved, &((p)->flags))
-#define mem_map_unreserve(p) clear_bit(PG_reserved, &((p)->flags))
-
-#endif /* _WRAPPER_H_ */