From: Boris Brezillon Date: Mon, 10 Nov 2014 07:31:49 +0000 (+0100) Subject: ARM: at91: remove useless init_time for DT-only SoCs X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~15^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440ae45119e92777899d8201b4c8e05aa8d0d88a;p=pandora-kernel.git ARM: at91: remove useless init_time for DT-only SoCs Commits bcf8c7e7703bb2bbde66bec26a81fed4be9cd1d4 and 4bf7753b8ab7c704ca864b1653367ea9cfe68a25 introduced compilation errors ("error: 'NR_IRQS_LEGACY' undeclared (first use in this function)") because they remove the asm/irq.h inclusion while the init_time function needs it for the NR_IRQS_LEGACY definition. In the other hand, the point of these commits is to remove board file support, and init_time is only needed when booting non-DT boards, we can thus safely remove init_time functions. Signed-off-by: Boris Brezillon Acked-by: Nicolas Ferre Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed