Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d144f362 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

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: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 6dace67f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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();