Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d12dc256 authored by Jan Kara's avatar Jan Kara
Browse files

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: default avatarJan Kara <jack@suse.cz>
parent a212d1a7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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_ */