Commit 0b3a14fb authored by Richard Henderson's avatar Richard Henderson Committed by Richard Henderson

Include linux/init.h as needed in nfsd.

parent e8ce9cc9
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <linux/smp.h> #include <linux/smp.h>
#include <linux/smp_lock.h> #include <linux/smp_lock.h>
#include <linux/init.h>
static int nfsctl_svc(struct nfsctl_svc *data); static int nfsctl_svc(struct nfsctl_svc *data);
static int nfsctl_addclient(struct nfsctl_client *data); static int nfsctl_addclient(struct nfsctl_client *data);
......
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