Re: [PATCH 1/2] powerpc: move ppc_init() to common place
From: Kevin Hao <hidden>
Date: 2014-10-16 22:35:07
Attachments
- (unnamed) [application/pgp-signature] 473 bytes
From: Kevin Hao <hidden>
Date: 2014-10-16 22:35:07
On Thu, Oct 16, 2014 at 11:54:46PM +0200, Scott Wood wrote:
On Thu, 2014-10-16 at 19:18 +0800, Kevin Hao wrote:quoted
So they can be used by ppc64 board. Also remove the unneeded {} to make checkpatch happy. Signed-off-by: Kevin Hao <redacted> --- arch/powerpc/include/asm/machdep.h | 2 +- arch/powerpc/kernel/setup-common.c | 15 +++++++++++++++ arch/powerpc/kernel/setup_32.c | 15 --------------- 3 files changed, 16 insertions(+), 16 deletions(-)This is unnecessary -- why not just use machine_arch_initcall?
OK, I will drop this patch. Thanks, Kevin