aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/quota.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2011-07-20 14:31:47 +0200
committerJan Kara <jack@suse.cz>2011-07-20 14:31:47 +0200
commitd12dc256547cec4fe62dad6e94252dced4ee2d58 (patch)
treeb377692e754744b37985ae597ac849390aa712ef /include/linux/quota.h
parentjbd: Use WRITE_SYNC in journal checkpoint. (diff)
downloadwireguard-linux-d12dc256547cec4fe62dad6e94252dced4ee2d58.tar.xz
wireguard-linux-d12dc256547cec4fe62dad6e94252dced4ee2d58.zip
quota: Remove unused declaration
There is no point in declaring quotactl() syscall prototype in kernel header and 'make headers_check' complains about it. So just remove those lines. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'include/linux/quota.h')
-rw-r--r--include/linux/quota.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h
index 9a85412e0db6..313b7defc088 100644
--- a/include/linux/quota.h
+++ b/include/linux/quota.h
@@ -415,13 +415,5 @@ struct quota_module_name {
{QFMT_VFS_V0, "quota_v2"},\
{0, NULL}}
-#else
-
-# /* nodep */ include <sys/cdefs.h>
-
-__BEGIN_DECLS
-long quotactl __P ((unsigned int, const char *, int, caddr_t));
-__END_DECLS
-
#endif /* __KERNEL__ */
#endif /* _QUOTA_ */