Commit 596d0b15 authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] missing include in fs/nfsd/nfsctl.c

We forgot to include linux/init.h in fs/nfsd/nfsctl.c.
parent a34eae3b
......@@ -22,6 +22,7 @@
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/pagemap.h>
#include <linux/init.h>
#include <linux/nfs.h>
#include <linux/sunrpc/svc.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment