ARM: EXYNOS: Remove duplicated define of SLEEP_MAGIC
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Sun, 14 Jun 2015 04:38:23 +0000 (13:38 +0900)
committerKukjin Kim <kgene@kernel.org>
Tue, 21 Jul 2015 04:17:05 +0000 (13:17 +0900)
commit054e6aa198b4bb42d059951e08f05147b64a79f9
tree3bc95a81dd68f3078a13e442ead3075830a34844
parentb69bef97d6c5eac62597c8b06f847e9a7010d17a
ARM: EXYNOS: Remove duplicated define of SLEEP_MAGIC

The magic cookie for entering sleep state was defined and used in
two different places: firmware.c and suspend.c. Move it to one common
place to reduce duplication.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/mach-exynos/common.h
arch/arm/mach-exynos/firmware.c
arch/arm/mach-exynos/suspend.c