[PATCH 04/17] ARM: ep93xx: use machine specific hook for late init
From: Shawn Guo <hidden>
Date: 2012-04-27 13:08:26
On Thu, Apr 26, 2012 at 05:42:16PM -0500, H Hartley Sweeten wrote:
On Thursday, April 26, 2012 8:39 AM, Shawn Guo wrote:quoted
Cc: Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ryan Mallon <redacted> Signed-off-by: Shawn Guo <redacted> --- arch/arm/mach-ep93xx/adssphere.c | 1 + arch/arm/mach-ep93xx/core.c | 5 +++++ arch/arm/mach-ep93xx/crunch.c | 4 +--- arch/arm/mach-ep93xx/gesbc9312.c | 1 + arch/arm/mach-ep93xx/include/mach/platform.h | 7 +++++++ arch/arm/mach-ep93xx/micro9.c | 4 ++++ arch/arm/mach-ep93xx/simone.c | 1 + arch/arm/mach-ep93xx/snappercl15.c | 1 + arch/arm/mach-ep93xx/ts72xx.c | 1 + arch/arm/mach-ep93xx/vision_ep9307.c | 1 + 10 files changed, 23 insertions(+), 3 deletions(-)The machines defined in arch/arm/mach-ep93xx/edb93xx.c are missing the .init_late addition.
How did I get it missed? Thanks for the catching, Hartley. -- Regards, Shawn