diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-07 14:46:39 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-07 14:46:39 -0400 |
commit | b9201ce9a826f5ae4a8e153b52cf5d29f525ca11 (patch) | |
tree | 5309ce0b78856cfaf7808f60700b789d18b5a5bf /fs/gfs2 | |
parent | 85d1da67f7e1239afa3494d05be87da6fc3ecada (diff) | |
download | kernel-crypto-b9201ce9a826f5ae4a8e153b52cf5d29f525ca11.tar.gz kernel-crypto-b9201ce9a826f5ae4a8e153b52cf5d29f525ca11.tar.xz kernel-crypto-b9201ce9a826f5ae4a8e153b52cf5d29f525ca11.zip |
[GFS2] Forgot to remove unused include vmalloc.h
Excatly as the subject line says.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/ops_fstype.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c index f5140bdc102..f4397ce5148 100644 --- a/fs/gfs2/ops_fstype.c +++ b/fs/gfs2/ops_fstype.c @@ -12,7 +12,6 @@ #include <linux/spinlock.h> #include <linux/completion.h> #include <linux/buffer_head.h> -#include <linux/vmalloc.h> #include <linux/blkdev.h> #include <linux/kthread.h> #include <linux/namei.h> |