commit | fde4a59fc1c55709b96d0f07110895f20015b6cc | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Oct 27 12:05:54 2015 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 28 18:31:49 2015 +0000 |
tree | afdec40c238bb2a9d91e0a3d0d2c30e09626a243 | |
parent | 6bccb4955c1cc6335d76a9cad87b97c7b1457b8d [diff] |
arm64: cpufeature: declare enable_cpu_capabilities as static enable_cpu_capabilities is only called from within cpufeature.c, so it can be declared static. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>