From mboxrd@z Thu Jan 1 00:00:00 1970 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 F05FCECAAD8 for ; Wed, 14 Sep 2022 11:04:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230111AbiINLEt (ORCPT ); Wed, 14 Sep 2022 07:04:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33216 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230101AbiINLEo (ORCPT ); Wed, 14 Sep 2022 07:04:44 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CB8564C7 for ; Wed, 14 Sep 2022 04:04:40 -0700 (PDT) Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.53]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MSHRQ2bNDzNmBy; Wed, 14 Sep 2022 19:00:02 +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.24; Wed, 14 Sep 2022 19:04:37 +0800 From: Gaosheng Cui To: , , , , , , , , , CC: Subject: [PATCH 0/2] Remove unused declarations for x86/trace Date: Wed, 14 Sep 2022 19:04:35 +0800 Message-ID: <20220914110437.1436353-1-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) 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 This series contains a few cleanup patches, to remove unused declarations which have been removed. Thanks! Gaosheng Cui (2): x86/ftrace: remove unused modifying_ftrace_code declaration x86/kprobes: remove unused arch_kprobe_override_function() declaration arch/x86/include/asm/ftrace.h | 1 - arch/x86/include/asm/kprobes.h | 2 -- 2 files changed, 3 deletions(-) -- 2.25.1