From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965920AbbD0WuK (ORCPT ); Mon, 27 Apr 2015 18:50:10 -0400 Received: from mail1.windriver.com ([147.11.146.13]:39584 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965201AbbD0WuH (ORCPT ); Mon, 27 Apr 2015 18:50:07 -0400 From: Paul Gortmaker To: CC: Paul Gortmaker , Haifeng Yan , Subject: [PATCH 05/11] arm/mach-hisi: remove legacy __CPUINIT section that crept in Date: Mon, 27 Apr 2015 18:47:54 -0400 Message-ID: <1430174880-27958-6-git-send-email-paul.gortmaker@windriver.com> X-Mailer: git-send-email 2.2.1 In-Reply-To: <1430174880-27958-1-git-send-email-paul.gortmaker@windriver.com> References: <1430174880-27958-1-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We removed __cpuinit support (leaving no-op stubs) quite some time ago. However a new instance was added in commit 06cc5c1d4d7313bc864e9aac1d1cbd ("ARM: hisi: enable hix5hd2 SoC") Since we want to clobber the stubs soon, get this removed now. Note that there would normally be a corresponding removal of a ".previous" directive, but in this case it appears that this single function file was never paired off with one. Cc: Haifeng Yan Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Paul Gortmaker --- arch/arm/mach-hisi/headsmp.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-hisi/headsmp.S b/arch/arm/mach-hisi/headsmp.S index 81e35b159e75..477da3966380 100644 --- a/arch/arm/mach-hisi/headsmp.S +++ b/arch/arm/mach-hisi/headsmp.S @@ -7,9 +7,6 @@ * published by the Free Software Foundation. */ #include -#include - - __CPUINIT ENTRY(hisi_secondary_startup) bl v7_invalidate_l1 -- 2.2.1