]> Pileus Git - ~andy/linux/commitdiff
ARM: shmobile: Minor update for the Lager DT reference code
authorMagnus Damm <damm@opensource.se>
Mon, 8 Jul 2013 06:16:46 +0000 (15:16 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 17 Jul 2013 05:30:03 +0000 (14:30 +0900)
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>
arch/arm/mach-shmobile/board-lager-reference.c

index eb6c55e1334ab908f56c8537de66f41014e696fc..9c316a1b2e32a32b2e48e579e3af78da97f3a729 100644 (file)
  */
 
 #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();