[PATCH 04/17] ARM: ep93xx: use machine specific hook for late init
From: H Hartley Sweeten <hidden>
Date: 2012-04-26 22:42:16
From: H Hartley Sweeten <hidden>
Date: 2012-04-26 22:42:16
On Thursday, April 26, 2012 8:39 AM, Shawn Guo wrote:
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. Regards, Hartley