diff options
| author | Andrew Morton <akpm@digeo.com> | 2002-10-30 18:34:16 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-10-30 18:34:16 -0800 |
| commit | 5c7eb9d8a945c36b63022c70686fa51105a7cb8b (patch) | |
| tree | 82df9489ddf1fd7dbdca02f05ee5ff307e68c49f /fs/proc/array.c | |
| parent | d38c229c53ee983627366352b6039a50ee89613a (diff) | |
[PATCH] Move hugetlb declarations into their own header
From Bill Irwin
Move hugetlb and hugetlbfs declarations into a dedicated header file.
Hugetlb's big #ifdeffed block in mm.h got a lot bigger with hugetlbfs.
This patch basically attempts to remove the noise from mm.h by simply
rearranging it into a new header, and fixing all users of hugetlb.
Diffstat (limited to 'fs/proc/array.c')
| -rw-r--r-- | fs/proc/array.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c index 2bdca174519f..862f02e13bec 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -64,6 +64,7 @@ #include <linux/proc_fs.h> #include <linux/ioport.h> #include <linux/mm.h> +#include <linux/hugetlb.h> #include <linux/pagemap.h> #include <linux/swap.h> #include <linux/slab.h> |
