audit: Remove "weak" from audit_classify_compat_syscall() declaration
authorBjorn Helgaas <[email protected]>
Tue, 14 Oct 2014 00:58:48 +0000 (18:58 -0600)
committerBjorn Helgaas <[email protected]>
Wed, 22 Oct 2014 22:14:03 +0000 (16:14 -0600)
There's only one audit_classify_compat_syscall() definition, so it doesn't
need to be weak.

Remove the "weak" attribute from the audit_classify_compat_syscall()
declaration.

Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Richard Guy Briggs <[email protected]>
CC: AKASHI Takahiro <[email protected]>
include/linux/audit.h

index 36dffeccebdbe4d9c76cecd02e400c82ef74998d..e58fe7df8b9c7eddf11e9995f3c95792b4923dc3 100644 (file)
@@ -90,7 +90,7 @@ extern unsigned compat_dir_class[];
 extern unsigned compat_chattr_class[];
 extern unsigned compat_signal_class[];
 
-extern int __weak audit_classify_compat_syscall(int abi, unsigned syscall);
+extern int audit_classify_compat_syscall(int abi, unsigned syscall);
 
 /* audit_names->type values */
 #define        AUDIT_TYPE_UNKNOWN      0       /* we don't know yet */