diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-08 02:16:46 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-17 01:30:03 -0400 |
commit | d144f3623ab37c8cd8365533217e9059d8eb4636 (patch) | |
tree | 851b848f0ff6ece9df9603800527c34b8f12bd68 | |
parent | 6dace67f9bd43cdfc2de3ff1a573420ecfc33390 (diff) |
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>
-rw-r--r-- | arch/arm/mach-shmobile/board-lager-reference.c | 3 |
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 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/irqchip.h> | ||
23 | #include <linux/of_platform.h> | 22 | #include <linux/of_platform.h> |
24 | #include <mach/r8a7790.h> | 23 | #include <mach/r8a7790.h> |
25 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
26 | 25 | ||
27 | void __init lager_add_standard_devices(void) | 26 | static void __init lager_add_standard_devices(void) |
28 | { | 27 | { |
29 | /* clocks are setup late during boot in the case of DT */ | 28 | /* clocks are setup late during boot in the case of DT */ |
30 | r8a7790_clock_init(); | 29 | r8a7790_clock_init(); |