From: Magnus Damm Date: Mon, 8 Jul 2013 06:16:46 +0000 (+0900) Subject: ARM: shmobile: Minor update for the Lager DT reference code X-Git-Tag: v3.12-rc1~76^2^2~24 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=d144f3623ab37c8cd8365533217e9059d8eb4636;p=~andy%2Flinux ARM: shmobile: Minor update for the Lager DT reference code Update the Lager DT reference code to get rid of the redundant irqchip header and also make lager_add_standard_devices() static. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c index eb6c55e1334..9c316a1b2e3 100644 --- a/arch/arm/mach-shmobile/board-lager-reference.c +++ b/arch/arm/mach-shmobile/board-lager-reference.c @@ -19,12 +19,11 @@ */ #include -#include #include #include #include -void __init lager_add_standard_devices(void) +static void __init lager_add_standard_devices(void) { /* clocks are setup late during boot in the case of DT */ r8a7790_clock_init();