projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a212d1a
)
quota: Remove unused declaration
author
Jan Kara
<jack@suse.cz>
Wed, 20 Jul 2011 12:31:47 +0000
(14:31 +0200)
committer
Jan Kara
<jack@suse.cz>
Wed, 20 Jul 2011 12:31:47 +0000
(14:31 +0200)
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>
include/linux/quota.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/quota.h
b/include/linux/quota.h
index 9a85412e0db6a4015388bc4ebb2c5466e6b55db0..313b7defc08861e17075b56bdc686f287e67307f 100644
(file)
--- 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_ */