commit | 4a44c1859ffd9926ba4d47d1b538d119065ec2f5 | [log] [tgz] |
---|---|---|
author | Tomohiro Kusumi <kusumi.tomohiro@gmail.com> | Tue Oct 11 13:52:28 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 11 15:06:31 2016 -0700 |
tree | 6ce7aabdeb25515f37e1bde7e39e088ff52e49dd | |
parent | e662145f5c1276d35e8955b3df7a68da306ee498 [diff] |
autofs: drop unnecessary extern in autofs_i.h autofs4_kill_sb() doesn't need to be declared as extern, and no other functions in .h are explicitly declared as extern. Link: http://lkml.kernel.org/r/20160812024739.12352.99354.stgit@pluto.themaw.net Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>