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 X-Spam-Level: X-Spam-Status: No, score=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62291C432BE for ; Thu, 26 Aug 2021 08:10:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3AA0D610CD for ; Thu, 26 Aug 2021 08:10:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240555AbhHZIKt (ORCPT ); Thu, 26 Aug 2021 04:10:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240370AbhHZIKk (ORCPT ); Thu, 26 Aug 2021 04:10:40 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA73FC061757; Thu, 26 Aug 2021 01:09:53 -0700 (PDT) Date: Thu, 26 Aug 2021 08:09:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1629965392; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JSpS6PcsCITbcSByIm0FcQ5QKyXGeek2rVjkVyuT2rc=; b=LqmkOlaGknrpcRiBHu0MDOj3Z1tv7HZgg/d/4O70oagv0xKo9nzgiJIVOSUQc45G6omybf NSLcg1w/QT10HCgktP73c8ZvvPuPG3p4dcxzS+CnnSdkhwhPJTzNjSBHkTdZYjWAzpAJ+0 hN649AeJb00+pTIZZIr6zyB4SJ00v0fcSp5v/B+D0EJwhjIioJayMsZMH+fBOqoUeALulR TM19k4BFNKzn1WgXTvo/79OlIsfgju3deP//xEURtQm05tpB9wZeKQkbLeFXlgxWbjLzf+ XxkkTxwpnvIZdAqDvwHCMnG4E7YoMpAW3EHuGqHAaDDIp/I8vgTd/rmMnQ4STg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1629965392; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JSpS6PcsCITbcSByIm0FcQ5QKyXGeek2rVjkVyuT2rc=; b=t6J4SfWzFcZL2MhyvkRX66eI+IfSGLixIbThuTIryClOBFtr0UE4z7pQwirQgqTXrDWuV0 +/2eWto9DZxwNcDQ== From: "tip-bot2 for Kim Phillips" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: perf/core] perf/amd/uncore: Clean up header use, use , "Peter Zijlstra (Intel)" , Ingo Molnar , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20210817221048.88063-6-kim.phillips@amd.com> References: <20210817221048.88063-6-kim.phillips@amd.com> MIME-Version: 1.0 Message-ID: <162996539153.25758.766673531258678054.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the perf/core branch of tip: Commit-ID: 0a0b53e0c3793c0930d258786702d48d21fc6383 Gitweb: https://git.kernel.org/tip/0a0b53e0c3793c0930d258786702d48d21fc6383 Author: Kim Phillips AuthorDate: Tue, 17 Aug 2021 17:10:45 -05:00 Committer: Ingo Molnar CommitterDate: Thu, 26 Aug 2021 09:14:36 +02:00 perf/amd/uncore: Clean up header use, use Signed-off-by: Peter Zijlstra (Intel) Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20210817221048.88063-6-kim.phillips@amd.com --- arch/x86/events/amd/uncore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/events/amd/uncore.c b/arch/x86/events/amd/uncore.c index 05bdb4c..7fb50ad 100644 --- a/arch/x86/events/amd/uncore.c +++ b/arch/x86/events/amd/uncore.c @@ -12,11 +12,11 @@ #include #include #include +#include +#include -#include #include #include -#include #define NUM_COUNTERS_NB 4 #define NUM_COUNTERS_L2 4