commit | 9e8beeb79ded25c5c1986f80fb8a7f6815345d5a | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Oct 13 18:58:48 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 22 16:14:03 2014 -0600 |
tree | 10e40ea12bece884a92319bbc4e6be0609676722 | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 [diff] |
audit: Remove "weak" from audit_classify_compat_syscall() declaration 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 <bhelgaas@google.com> Acked-by: Richard Guy Briggs <rgb@redhat.com> CC: AKASHI Takahiro <takahiro.akashi@linaro.org>