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 C426CC433EF for ; Thu, 9 Jun 2022 11:32:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243891AbiFILc0 (ORCPT ); Thu, 9 Jun 2022 07:32:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243962AbiFILbq (ORCPT ); Thu, 9 Jun 2022 07:31:46 -0400 Received: from mail-ej1-x649.google.com (mail-ej1-x649.google.com [IPv6:2a00:1450:4864:20::649]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 856D03A4807 for ; Thu, 9 Jun 2022 04:31:21 -0700 (PDT) Received: by mail-ej1-x649.google.com with SMTP id a9-20020a17090682c900b0070b513b9dc4so9085804ejy.4 for ; Thu, 09 Jun 2022 04:31:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:in-reply-to:message-id:mime-version:references:subject:from:to :cc; bh=bycUJydp4Is1Pgrv0uqBEliLMdGvYRKoN6kNtR19/dc=; b=lPOLFAzaVOjO2E4jOt3ajdFnigRsm9W5V8NrkrH81hFiV+UvGpy8BzgrUxJPkgesV4 JHfrN4FpaAFLyyF0K+5ILXw4du2srmoNDODBSReZ0dqEEMsNlyUx+J9sOcdv336zaj8D WtlzYclXrCEY/MRa3dkhE2ArEhpYIFs2bTDiQSwNLa7qv+7KeLZZeav+jW98O39oDjWB WtWGIaUqWlr7k6ZOsucAdEX4WJ91Gr2hDXMGDLo7jig6TjQ07gN9+YmpNhuNNqX464hF 9DIPwAlg1zMIralWSr504/4Z95jF1S2ilpCpYRzXhkFGJ9iY1e5Cgdy0HjmtbVQ3fQCF oEXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:in-reply-to:message-id:mime-version :references:subject:from:to:cc; bh=bycUJydp4Is1Pgrv0uqBEliLMdGvYRKoN6kNtR19/dc=; b=ywpE1EcQ1J3GcZ5336aPs5gvJxxltmdQOxQ5QkhwJ5eWpk+jp5CJTirt6PALa8zJTK 4Uray3B2oS10aOPoE7BAJzpmbHz5xTWliX39vKtAmPITGcoVKPHU1hleSP9Xbsu9A9V6 s+URCA5x/yaqNfY+E/PPaJKPYlUqejeIVaLn+WPSiSwM7+kUuqp/Oo9VAG6dLof5pRDa X4QbCnnbm92fWpRlGj1vuAxYaixcBcAkHgXud6qxlskBTc5JWfHIOiu4cSQ2/iEDNl/j wzaAGAkvuX9zVeqVyDVqz1l60naZ+aO0C4FwmAPCzmseLJ6Vr1n3+GBgTR7mwoAWXxt+ vPFg== X-Gm-Message-State: AOAM530+OIHMkhUodOHeBdQKedeJr4Tkd96HPYDAoT/+b9yOul9Cl2dh P1yc24ihoEmJi8OAEkiugt/k3iinDQ== X-Google-Smtp-Source: ABdhPJydpZCykPcdaFY2rxjM84Lwhm+BapZzdgw9pPl1PPzpnynWUqwblyylyqmpNsUsmyb5P8OdnbA0Lg== X-Received: from elver.muc.corp.google.com ([2a00:79e0:9c:201:dcf:e5ba:10a5:1ea5]) (user=elver job=sendgmr) by 2002:a05:6402:11:b0:431:680c:cca1 with SMTP id d17-20020a056402001100b00431680ccca1mr22174051edu.420.1654774279801; Thu, 09 Jun 2022 04:31:19 -0700 (PDT) Date: Thu, 9 Jun 2022 13:30:46 +0200 In-Reply-To: <20220609113046.780504-1-elver@google.com> Message-Id: <20220609113046.780504-9-elver@google.com> Mime-Version: 1.0 References: <20220609113046.780504-1-elver@google.com> X-Mailer: git-send-email 2.36.1.255.ge46751e96f-goog Subject: [PATCH 8/8] perf/hw_breakpoint: Clean up headers From: Marco Elver To: elver@google.com, Peter Zijlstra , Frederic Weisbecker , Ingo Molnar Cc: Thomas Gleixner , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Dmitry Vyukov , linux-perf-users@vger.kernel.org, x86@kernel.org, linux-sh@vger.kernel.org, kasan-dev@googlegroups.com, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Clean up headers: - Remove unused - Remove unused - Remove unused - Remove unused - Add for EXPORT_SYMBOL_GPL(). - Sort alphabetically. - Move to top to test it compiles on its own. Signed-off-by: Marco Elver --- kernel/events/hw_breakpoint.c | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/kernel/events/hw_breakpoint.c b/kernel/events/hw_breakpoint.c index 3b33a4075104..e9aa7f2c031a 100644 --- a/kernel/events/hw_breakpoint.c +++ b/kernel/events/hw_breakpoint.c @@ -17,26 +17,24 @@ * This file contains the arch-independent routines. */ +#include + #include +#include +#include +#include +#include #include -#include -#include -#include #include #include -#include #include +#include #include +#include #include -#include -#include #include -#include -#include -#include -#include +#include -#include /* * Constraints data */ -- 2.36.1.255.ge46751e96f-goog