]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: exynos: Remove unused soc_is_exynos{4,5}
authorPankaj Dubey <pankaj.dubey@samsung.com>
Thu, 10 May 2018 11:02:55 +0000 (13:02 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 13 May 2018 12:07:03 +0000 (14:07 +0200)
As no more user of soc_is_exynos{4,5} we can safely remove them.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-exynos/common.h

index 70253f71e59ee77219e5d5f9735642100b407e5a..dcd21bb95e3b9cc7fc705ecbcc8d007d9fb9dd28 100644 (file)
@@ -86,10 +86,6 @@ IS_SAMSUNG_CPU(exynos5800, EXYNOS5800_SOC_ID, EXYNOS5_SOC_MASK)
 # define soc_is_exynos5800()   0
 #endif
 
-#define soc_is_exynos4() (soc_is_exynos4210() || soc_is_exynos4412())
-#define soc_is_exynos5() (soc_is_exynos5250() || soc_is_exynos5410() || \
-                         soc_is_exynos5420() || soc_is_exynos5800())
-
 extern u32 cp15_save_diag;
 extern u32 cp15_save_power;