summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2014-04-28 15:08:28 +0900
committerAKASHI Takahiro <takahiro.akashi@linaro.org>2014-05-07 11:46:51 +0900
commit261406c1481ff974d4c7689801eb842884754678 (patch)
tree602b493ca74316596c5f00ed33d8674a43d3641c
parent8488a4e6df31db97b58f428446e77d270317b230 (diff)
The kernel is statically linked object, and __weak attribute doesn't make sense.
-rw-r--r--include/linux/audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index 22cfddb75566..1b6098beb46b 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -86,7 +86,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 */