]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS4: Fix return type of local_timer_setup()
authorKukjin Kim <kgene.kim@samsung.com>
Wed, 24 Aug 2011 07:07:39 +0000 (16:07 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 15 Sep 2011 04:59:58 +0000 (13:59 +0900)
commit89368763fdd08218cc018ff3ca62e9cfa4ace1c8
treeeb79a945c76f163b7f536820e7081503ff041014
parent1d8843c0447ee3fc01cb41d17773caf284dcbc07
ARM: EXYNOS4: Fix return type of local_timer_setup()

According to commmit 2cdfca6d ("ARM: 6759/1: smp: Select
local timers vs broadcast timer support"), the return type
of local_timer_setup() should be int instead of void.

Reported-by: Changhwan Youn <chaos.youn@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos4/mct.c