From patchwork Sat Feb 23 07:09:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Souptick Joarder X-Patchwork-Id: 10827275 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 392D115AC for ; Sat, 23 Feb 2019 07:04:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2E62E30D4E for ; Sat, 23 Feb 2019 07:04:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0FB6830D4F; Sat, 23 Feb 2019 07:04:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A828C30D4E for ; Sat, 23 Feb 2019 07:04:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725934AbfBWHEm (ORCPT ); Sat, 23 Feb 2019 02:04:42 -0500 Received: from mail-pl1-f196.google.com ([209.85.214.196]:44170 "EHLO mail-pl1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725898AbfBWHEm (ORCPT ); Sat, 23 Feb 2019 02:04:42 -0500 Received: by mail-pl1-f196.google.com with SMTP id c4so2081833pls.11; Fri, 22 Feb 2019 23:04:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=V9oHt98crmFrdUvp7m267PBEG8+VEKI9MKfQ+oxnd90=; b=SQBsUEfezZFarr0BfV/nBxxA5r3Qp869wxfWnurAcuP/+FXnozR7Kqno0t8ehNRXgb EGVmTC6fTVcqpwz9pPQEJdRW+S/Hyut+TBN2glOZj1nevKokQHrYmEK880FOwlegIXyZ GAvvWGY9wiH7nL48WZjvtLgln0ewRGBe/KDkQssJ5TDbPfbp5tCcpy+/Z0j5YQbIc+c/ NLQaQkXIiZXzG2bwCAVbpD8YOMyvJ23FApk7SVrpOFR5WZwV53n7UfQ8FDYROlzkVGGd FybE+5oX05L02GPA6MyVbYuNJr0iLwZqIbxnQSVvQcrdD04Z3POa/0ZS25TMBVePxXQa VJ/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=V9oHt98crmFrdUvp7m267PBEG8+VEKI9MKfQ+oxnd90=; b=TZhyap3MortZq6n1w+IHWe3i/OhN4Kx1IyUBWA7vzE4YmdACYuu5JP8kNSqKOueNIQ GwiIwtfwQnVSclVJMrRU8Z4givCxDyRHFD1yibry4O331PjaZ5a/ZOxmiJnHcU2QC+ve SGeQ2SDMLXlrrcOZLw7Yk/GanCekzXPi+/w3xfT7K8fRL50Hhfk0GzCBh4MpME3zTs1d H8vJypGn6zvY8xuLgwWJ6kPlOaI8Spi2IeRYy+b5NpaSyzPYBguyipBAvFGqHy4QMcPG 3gm9ItFNLbEpgSUKQUBSphcTZbhqLZo1Kf4i/FaVdFpx20fqIPugNr4A4CV3P/r0AsJ9 ip2Q== X-Gm-Message-State: AHQUAuaWUxH185+Rt1bap7EN5baMzf15EYDkpyvGbXXsxD29sYaofZGP +kEWDaRi/cb2nR+9zMkCoyQ= X-Google-Smtp-Source: AHgI3IbfhdT+5w9bnfHnexY3r0tLTLyeGXfxwWZRPyY7PYZHTGUjuw4JJNjE9HVw5P7nLEmR2l2NMg== X-Received: by 2002:a17:902:6f08:: with SMTP id w8mr8201728plk.5.1550905481641; Fri, 22 Feb 2019 23:04:41 -0800 (PST) Received: from jordon-HP-15-Notebook-PC ([1.39.146.163]) by smtp.gmail.com with ESMTPSA id t12sm6634255pgq.68.2019.02.22.23.04.39 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 Feb 2019 23:04:40 -0800 (PST) Date: Sat, 23 Feb 2019 12:39:02 +0530 From: Souptick Joarder To: bamv2005@gmail.com, shuah@kernel.org, davem@davemloft.net, benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, adobriyan@gmail.com, mathieu.desnoyers@efficios.com, peterz@infradead.org, paulmck@linux.ibm.com, boqun.feng@gmail.com, john.stultz@linaro.org, tglx@linutronix.de, sboyd@kernel.org, akpm@linux-foundation.org Cc: linux-gpio@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, sabyasachi.linux@gmail.com Subject: [PATCH] tools: testing: selftests: Remove duplicate headers Message-ID: <20190223070901.GA10274@jordon-HP-15-Notebook-PC> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Remove duplicate headers which are included twice. Signed-off-by: Sabyasachi Gupta Signed-off-by: Souptick Joarder --- tools/testing/selftests/gpio/gpio-mockup-chardev.c | 1 - tools/testing/selftests/net/udpgso.c | 1 - tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c | 1 - tools/testing/selftests/proc/proc-self-syscall.c | 1 - tools/testing/selftests/rseq/rseq.h | 1 - tools/testing/selftests/timers/skew_consistency.c | 1 - tools/testing/selftests/x86/mpx-dig.c | 2 -- 7 files changed, 8 deletions(-) diff --git a/tools/testing/selftests/gpio/gpio-mockup-chardev.c b/tools/testing/selftests/gpio/gpio-mockup-chardev.c index aaa1e9f..d587c81 100644 --- a/tools/testing/selftests/gpio/gpio-mockup-chardev.c +++ b/tools/testing/selftests/gpio/gpio-mockup-chardev.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include diff --git a/tools/testing/selftests/net/udpgso.c b/tools/testing/selftests/net/udpgso.c index e279051..b8265ee 100644 --- a/tools/testing/selftests/net/udpgso.c +++ b/tools/testing/selftests/net/udpgso.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include diff --git a/tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c b/tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c index 167135b..af1b802 100644 --- a/tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c +++ b/tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c @@ -11,7 +11,6 @@ #include #include #include -#include #include "ebb.h" diff --git a/tools/testing/selftests/proc/proc-self-syscall.c b/tools/testing/selftests/proc/proc-self-syscall.c index 5ab5f48..3a4fec3 100644 --- a/tools/testing/selftests/proc/proc-self-syscall.c +++ b/tools/testing/selftests/proc/proc-self-syscall.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include diff --git a/tools/testing/selftests/rseq/rseq.h b/tools/testing/selftests/rseq/rseq.h index c72eb70..6c1126e7 100644 --- a/tools/testing/selftests/rseq/rseq.h +++ b/tools/testing/selftests/rseq/rseq.h @@ -16,7 +16,6 @@ #include #include #include -#include #include /* diff --git a/tools/testing/selftests/timers/skew_consistency.c b/tools/testing/selftests/timers/skew_consistency.c index 022b711..8066be9 100644 --- a/tools/testing/selftests/timers/skew_consistency.c +++ b/tools/testing/selftests/timers/skew_consistency.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include "../kselftest.h" diff --git a/tools/testing/selftests/x86/mpx-dig.c b/tools/testing/selftests/x86/mpx-dig.c index c13607e..880fbf6 100644 --- a/tools/testing/selftests/x86/mpx-dig.c +++ b/tools/testing/selftests/x86/mpx-dig.c @@ -8,9 +8,7 @@ #include #include #include -#include #include -#include #include #include #include