[PATCH] kernel/: small cleanups
This patch contains the following cleanups: - make needlessly global functions static - every file should include the headers containing the prototypes for it's global functions Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: "Paul E. McKenney" <paulmck@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b7b4d7a466
commit
97a41e2612
@@ -267,7 +267,7 @@ static int audit_set_failure(int state, uid_t loginuid)
|
||||
return old;
|
||||
}
|
||||
|
||||
int kauditd_thread(void *dummy)
|
||||
static int kauditd_thread(void *dummy)
|
||||
{
|
||||
struct sk_buff *skb;
|
||||
|
||||
|
Reference in New Issue
Block a user