From mboxrd@z Thu Jan 1 00:00:00 1970 From: hartleys@visionengravers.com (H Hartley Sweeten) Date: Thu, 26 Apr 2012 17:42:16 -0500 Subject: [PATCH 04/17] ARM: ep93xx: use machine specific hook for late init In-Reply-To: <1335454725-13089-5-git-send-email-shawn.guo@linaro.org> References: <1335454725-13089-1-git-send-email-shawn.guo@linaro.org> <1335454725-13089-5-git-send-email-shawn.guo@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday, April 26, 2012 8:39 AM, Shawn Guo wrote: > > Cc: Hartley Sweeten > Cc: Ryan Mallon > Signed-off-by: Shawn Guo > --- > 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