]> git.baikalelectronics.ru Git - uboot.git/commit
exynos: mmu: use CONFIG_IS_ENABLED
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 4 Nov 2021 07:13:17 +0000 (16:13 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 9 Nov 2021 05:07:46 +0000 (14:07 +0900)
commit89de34bcf23cf87612e197bab1485e9be492b5a1
treeef5534d39ca7a8ca03116d48f444a0f0db1e2a75
parentf3dbd18c4f2e1f57d298f8160a7a07089d305263
exynos: mmu: use CONFIG_IS_ENABLED

to fix following checkpatch warnings.
Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef' where
possible

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Cc: Dzmitry Sankouski <dsankouski@gmail.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/mach-exynos/mmu-arm64.c