From nobody Sun Apr 5 13:27:29 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A4B2CC54EE9 for ; Tue, 20 Sep 2022 02:07:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229832AbiITCHg (ORCPT ); Mon, 19 Sep 2022 22:07:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34660 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230122AbiITCHS (ORCPT ); Mon, 19 Sep 2022 22:07:18 -0400 Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7D1757254 for ; Mon, 19 Sep 2022 19:07:16 -0700 (PDT) Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.55]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4MWlF94Gtmz14Qjc; Tue, 20 Sep 2022 10:03:09 +0800 (CST) Received: from cgs.huawei.com (10.244.148.83) by kwepemi500012.china.huawei.com (7.221.188.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 20 Sep 2022 10:07:13 +0800 From: Gaosheng Cui To: , , , , , , , , , , , , , , , CC: Subject: [PATCH 3/4] x86: remove orphan ia32_setup_arg_pages() declaration Date: Tue, 20 Sep 2022 10:07:10 +0800 Message-ID: <20220920020711.789296-4-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220920020711.789296-1-cuigaosheng1@huawei.com> References: <20220920020711.789296-1-cuigaosheng1@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemi500012.china.huawei.com (7.221.188.12) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The ia32_setup_arg_pages() has been removed by commit b6a2fea39318 ("mm: variable length argument support"), so remove the orphan declaration. Signed-off-by: Gaosheng Cui --- arch/x86/include/asm/ia32.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/include/asm/ia32.h b/arch/x86/include/asm/ia32.h index fada857f0a1e..32e51ca35c0a 100644 --- a/arch/x86/include/asm/ia32.h +++ b/arch/x86/include/asm/ia32.h @@ -61,8 +61,6 @@ struct stat64 { =20 #ifdef __KERNEL__ struct linux_binprm; -extern int ia32_setup_arg_pages(struct linux_binprm *bprm, - unsigned long stack_top, int exec_stack); struct mm_struct; extern void ia32_pick_mmap_layout(struct mm_struct *mm); =20 --=20 2.25.1