From 4049617e5ca1aaeac2e243ef581a95893cae7f82 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Mon, 31 Dec 2012 11:23:50 +0000 Subject: [PATCH] --- yaml --- r: 355499 b: refs/heads/master c: 8a21cdaee85e28489a6fe606b8eb0fef32ebf635 h: refs/heads/master i: 355497: 393640002fc93fdb7fc9cacd7795c160209a1d35 355495: f33ad250c6d8835e344fb78fd13e0903b785c876 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-shmobile/include/mach/common.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index cb26a59fb41d..7110b50a6c27 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9916152438a99b15c009e26f0f9cb38efba086d3 +refs/heads/master: 8a21cdaee85e28489a6fe606b8eb0fef32ebf635 diff --git a/trunk/arch/arm/mach-shmobile/include/mach/common.h b/trunk/arch/arm/mach-shmobile/include/mach/common.h index a57439eec11a..2d1686becdd5 100644 --- a/trunk/arch/arm/mach-shmobile/include/mach/common.h +++ b/trunk/arch/arm/mach-shmobile/include/mach/common.h @@ -23,6 +23,8 @@ extern void sh7372_map_io(void); extern void sh7372_earlytimer_init(void); extern void sh7372_add_early_devices(void); extern void sh7372_add_standard_devices(void); +extern void sh7372_add_early_devices_dt(void); +extern void sh7372_add_standard_devices_dt(void); extern void sh7372_clock_init(void); extern void sh7372_pinmux_init(void); extern void sh7372_pm_init(void);