summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-07-08 15:16:46 +0900
committerSimon Horman <horms+renesas@verge.net.au>2013-07-17 14:30:03 +0900
commitd144f3623ab37c8cd8365533217e9059d8eb4636 (patch)
tree851b848f0ff6ece9df9603800527c34b8f12bd68 /arch/arm/mach-shmobile
parent6dace67f9bd43cdfc2de3ff1a573420ecfc33390 (diff)
downloadlinux-d144f3623ab37c8cd8365533217e9059d8eb4636.tar.bz2
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 <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-lager-reference.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c
index eb6c55e1334a..9c316a1b2e32 100644
--- a/arch/arm/mach-shmobile/board-lager-reference.c
+++ b/arch/arm/mach-shmobile/board-lager-reference.c
@@ -19,12 +19,11 @@
*/
#include <linux/init.h>
-#include <linux/irqchip.h>
#include <linux/of_platform.h>
#include <mach/r8a7790.h>
#include <asm/mach/arch.h>
-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();