]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/cpufeature: Unexport set_cpu_feature()
authorMark Brown <broonie@kernel.org>
Wed, 15 Jun 2022 19:15:04 +0000 (20:15 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 16 Jun 2022 17:42:26 +0000 (18:42 +0100)
commitf02f5b1ee2cbc9a77527aa55574c33d2bf91df38
tree9a2815727500a0bd6b303aa409037c91b4cd9efe
parentfa9e3b6219e689ea6f4abe5d3f62f3390c1aa833
arm64/cpufeature: Unexport set_cpu_feature()

We currently export set_cpu_feature() to modules but there are no in tree
users that can be built as modules and it is hard to see cases where it
would make sense for there to be any such users. Remove the export to avoid
anyone else having to worry about why it is there and ensure that any users
that do get added get a bit more visiblity.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/20220615191504.626604-1-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/cpufeature.c