diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/lockd/bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockd/bind.h b/include/linux/lockd/bind.h index 1f0465c374dc..e5872dc994c0 100644 --- a/include/linux/lockd/bind.h +++ b/include/linux/lockd/bind.h | |||
@@ -52,7 +52,7 @@ extern void nlmclnt_done(struct nlm_host *host); | |||
52 | 52 | ||
53 | extern int nlmclnt_proc(struct nlm_host *host, int cmd, | 53 | extern int nlmclnt_proc(struct nlm_host *host, int cmd, |
54 | struct file_lock *fl); | 54 | struct file_lock *fl); |
55 | extern int lockd_up(int proto); | 55 | extern int lockd_up(void); |
56 | extern void lockd_down(void); | 56 | extern void lockd_down(void); |
57 | 57 | ||
58 | #endif /* LINUX_LOCKD_BIND_H */ | 58 | #endif /* LINUX_LOCKD_BIND_H */ |