diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-03 10:25:08 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-03 10:25:08 -0400 |
commit | 0a1340c185734a57fbf4775927966ad4a1347b02 (patch) | |
tree | d9ed8f0dd809a7c542a3356601125ea5b5aaa804 /fs/nfs/callback.c | |
parent | af18ddb8864b096e3ed4732e2d4b21c956dcfe3a (diff) | |
parent | 29454dde27d8e340bb1987bad9aa504af7081eba (diff) |
Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
include/linux/kernel.h
Diffstat (limited to 'fs/nfs/callback.c')
-rw-r--r-- | fs/nfs/callback.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c index 90c95adc8c1b..fe0a6b8ac149 100644 --- a/fs/nfs/callback.c +++ b/fs/nfs/callback.c | |||
@@ -6,7 +6,6 @@ | |||
6 | * NFSv4 callback handling | 6 | * NFSv4 callback handling |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/config.h> | ||
10 | #include <linux/completion.h> | 9 | #include <linux/completion.h> |
11 | #include <linux/ip.h> | 10 | #include <linux/ip.h> |
12 | #include <linux/module.h> | 11 | #include <linux/module.h> |
@@ -182,8 +181,6 @@ static int nfs_callback_authenticate(struct svc_rqst *rqstp) | |||
182 | /* | 181 | /* |
183 | * Define NFS4 callback program | 182 | * Define NFS4 callback program |
184 | */ | 183 | */ |
185 | extern struct svc_version nfs4_callback_version1; | ||
186 | |||
187 | static struct svc_version *nfs4_callback_version[] = { | 184 | static struct svc_version *nfs4_callback_version[] = { |
188 | [1] = &nfs4_callback_version1, | 185 | [1] = &nfs4_callback_version1, |
189 | }; | 186 | }; |