]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 24 Aug 2011 07:21:23 +0000 (16:21 +0900)
commitd0be413e2e10ef21216d7be4d88cd4b9c4c68f6b
tree5c74cc90438a5bc71e859737f332b6cd637a4e78
parent96ca8596646b2d62956e09b4176f89a7c4b929f7
ARM: EXYNOS4: Fix return type of local_timer_setup()

According to commmit af90f10d ("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