arm: arch_timer: remove redundant available check
authorMark Rutland <mark.rutland@arm.com>
Mon, 12 Nov 2012 14:40:44 +0000 (14:40 +0000)
committerMark Rutland <mark.rutland@arm.com>
Thu, 31 Jan 2013 15:51:05 +0000 (15:51 +0000)
commitef201de430b0deb62a9afd2c4e67f04525cec43c
treedfb5efcd5f9eaa3f98e6ec41c9758bb5dfb6f256
parent2b55d10c46815d9660c0f1bc6044f7019ff384aa
arm: arch_timer: remove redundant available check

This check is a holdover from the pre-devicetree days. As the timer
is not probed except by platforms which register it via devicetree,
it's not strictly necessary.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kernel/arch_timer.c