From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Fri, 11 Jan 2013 18:41:41 +0530 Subject: [PATCHv2 02/11] arm: arch_timer: remove redundant available check In-Reply-To: <1357747640-18594-3-git-send-email-mark.rutland@arm.com> References: <1357747640-18594-1-git-send-email-mark.rutland@arm.com> <1357747640-18594-3-git-send-email-mark.rutland@arm.com> Message-ID: <50F00F8D.3050904@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 09 January 2013 09:37 PM, Mark Rutland wrote: > 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 > Acked-by: Catalin Marinas > Acked-by: Marc Zyngier > --- Multi-platform build without DT could still benefit from the check but I guess the most of the A15 based platform are DT only, so its should be good to get rid of the check. Regards, Santosh