Received: by 2002:a05:6358:489b:b0:bb:da1:e618 with SMTP id x27csp1515505rwn; Thu, 8 Sep 2022 22:35:29 -0700 (PDT) X-Google-Smtp-Source: AA6agR6jQDZIanhM4ekG3knAFfrcxAZRyvAkXMHHRFBxsIf9vEA2fStWTFXU6diBTxhEyiMeAvL6 X-Received: by 2002:a05:6512:2293:b0:492:f04f:2ff9 with SMTP id f19-20020a056512229300b00492f04f2ff9mr3629770lfu.95.1662701728857; Thu, 08 Sep 2022 22:35:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1662701728; cv=none; d=google.com; s=arc-20160816; b=NdTp+NbzEJMRozz8AA6jmbgAMOk2Ad2/MN7bYQz03bp5oQTBZ14vIkc44FNSDtMef6 yJWTjLPoJyxai4wZIlZy1RbLRZ7cSw1zPjZ99xUA46V6nxIJn9EAg8/0VRTAYLGZ5noK hMIyLlV61BzPOcUvDlImNXerFbgQIZ6XjvjaX/G0H7yxxdhoxHPpBDtTmAfBxRAGee2Q uHvO99wJ5Nc/AwQJYyIN48dHWo7zH5T32WHeXUbYK0fE7uwGsHzxoFfnE1+BywiYLRdz cvhUaCUukJbU3rKXS8Z1Te49DCS0n6q3cUoGUgyIXoB2Z8RxiC8AA+oDoNGfQ4fNRXNT G5Qw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=4stgl5loeaUHcscgvGcbEBJoJc7OZC4G5E2qM5jQROY=; b=F48JNU83477vT50p7OLBerMMxgaZpQufP/kpkTwpa5vFKm4mGwFPzkhpfZBjomqihu phfQDf8TF8XHC8lzIwu58S1CeZ2WxOezDD20LqkHFwnUba9qxQYEkArdk++NNx6gIv/B VO3psDK2nKhfy+YOfTte1waDqZNaSlNNgWAyPqY7BH1Er3ZEaPRKGiIY2uAEBKCqdH0L 8lWxGi2l9tU5jOUHuzXoeygOJpfb7qEjHE0iBGtiCo9XItVIqXfSTmgAIxUS/uWTxPcZ Cu0XEufSEHtUimbrf7DwCJwYfyExANOjUJAQvC95kodQCL0MT1mZOyN9wzh2d6PU9Azr hKEQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id k26-20020a2ea27a000000b00265d1db2af4si351029ljm.601.2022.09.08.22.35.00; Thu, 08 Sep 2022 22:35:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229751AbiIIEqL (ORCPT + 99 others); Fri, 9 Sep 2022 00:46:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229791AbiIIEpr (ORCPT ); Fri, 9 Sep 2022 00:45:47 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C91B06DF90; Thu, 8 Sep 2022 21:45:46 -0700 (PDT) Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.55]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MP3Hg0mgHzmVGK; Fri, 9 Sep 2022 12:42:07 +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; Fri, 9 Sep 2022 12:45:44 +0800 From: Gaosheng Cui To: , , , , , , , , , CC: , Subject: [PATCH 2/2] perf tools: remove perf_pmu_lex declaration Date: Fri, 9 Sep 2022 12:45:42 +0800 Message-ID: <20220909044542.1087870-3-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220909044542.1087870-1-cuigaosheng1@huawei.com> References: <20220909044542.1087870-1-cuigaosheng1@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII 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 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org perf_pmu_lex has been removed since commit 65f3e56e0c81 ("perf tools: Remove auto-generated bison/flex files"), so remove it. Signed-off-by: Gaosheng Cui --- tools/perf/util/pmu.y | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/perf/util/pmu.y b/tools/perf/util/pmu.y index bfd7e8509869..0dab0ec2eff7 100644 --- a/tools/perf/util/pmu.y +++ b/tools/perf/util/pmu.y @@ -10,8 +10,6 @@ #include #include "pmu.h" -extern int perf_pmu_lex (void); - #define ABORT_ON(val) \ do { \ if (val) \ -- 2.25.1