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 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 780BCC4320A for ; Mon, 23 Aug 2021 09:32:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5FC0E613A2 for ; Mon, 23 Aug 2021 09:32:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236109AbhHWJdi (ORCPT ); Mon, 23 Aug 2021 05:33:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235919AbhHWJda (ORCPT ); Mon, 23 Aug 2021 05:33:30 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C58D3C06175F; Mon, 23 Aug 2021 02:32:47 -0700 (PDT) Date: Mon, 23 Aug 2021 09:32:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1629711166; 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=NvGhgvjGG0TydiX1nZymYpqpernrxCJ2EJveFyImzqY=; b=BFN7j12p37amZdMOYM/4qhd/kHUtjm0L70NXIzwJyRQdPjgjNvwy/8/fkw8Easf18NdpjZ yqQCawCOy8gYOUpbKKfwcaryHJEXxSjqbdRz+Zff6jZcL1YbZsI9gwzinDeUK1+pnxhVEX SU51oPq+eee/EHMHsZIcWBd6LNs4VIewza63TKbN0SaWIBPZRtOyzdi5th8TRNxdzZzSzh gndwbL17RcBDNE22D6XFK5JQLpZSElPWbw32Pze+WQP6TJfvON3cb+hYK+xQuxmwoLrRih VXOLawE8coA5C+HjxmGPSYs1GKuzeiFLY6cGJ4DMeD6V3LLK4XFY/jLgacjABQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1629711166; 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=NvGhgvjGG0TydiX1nZymYpqpernrxCJ2EJveFyImzqY=; b=6z4u6VTh4mwkCKR5NibbTwnzwyaXZShZ8gG0n7gP5cA1gAEoM4SHGQ+bBBm0k3r5n6s6TB iv2S0ryImMZ4BTDA== 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: Use linux/ include paths instead of asm/ Cc: Kim Phillips , "Peter Zijlstra (Intel)" , 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: <162971116566.25758.345222925040721144.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: e1706b30e939d3e62c2a2b9415ed9c6313bbb8e9 Gitweb: https://git.kernel.org/tip/e1706b30e939d3e62c2a2b9415ed9c6313bbb8e9 Author: Kim Phillips AuthorDate: Tue, 17 Aug 2021 17:10:45 -05:00 Committer: Peter Zijlstra CommitterDate: Fri, 20 Aug 2021 12:33:13 +02:00 perf/amd/uncore: Use linux/ include paths instead of asm/ Found by checkpatch. Signed-off-by: Kim Phillips Signed-off-by: Peter Zijlstra (Intel) 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