]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/io-pgtable: Make selftest gubbins consistently __init
authorRobin Murphy <robin.murphy@arm.com>
Fri, 25 Oct 2019 18:08:30 +0000 (19:08 +0100)
committerWill Deacon <will@kernel.org>
Mon, 4 Nov 2019 19:34:31 +0000 (19:34 +0000)
commit4a3980fd37ca81298a6e73d870d07293a544d5d8
tree5e25a0b95415fa9a47cf1b9f2bfe9853d34343dd
parente5123c7c8b9243166a1f935174dfc96de4c2bf81
iommu/io-pgtable: Make selftest gubbins consistently __init

The selftests run as an initcall, but the annotation of the various
callbacks and data seems to be somewhat arbitrary. Add it consistently
for everything related to the selftests.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/io-pgtable-arm-v7s.c
drivers/iommu/io-pgtable-arm.c