From patchwork Wed Dec 6 17:47:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pravin Shedge X-Patchwork-Id: 845281 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="XlSYJ37F"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3ysR0Z04Mnz9s7v for ; Thu, 7 Dec 2017 04:47:57 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752034AbdLFRr4 (ORCPT ); Wed, 6 Dec 2017 12:47:56 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:34678 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751964AbdLFRrz (ORCPT ); Wed, 6 Dec 2017 12:47:55 -0500 Received: by mail-pg0-f65.google.com with SMTP id j4so2493821pgp.1; Wed, 06 Dec 2017 09:47:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=+6WZDXtHFuDNz/EKu6gGfR3qkfMHmnaMyOIdYjkas1w=; b=XlSYJ37F734AuPntNvduQTPnBtzQFNmDQ0e4s1VismTwYpakvoVc5HSCeXjqZp4rBc X+kuof4XSnwTxDseNewkLwWPvtmy9DKRDVTx8XPbE0ENts4S1Nagyu9pvTz32D52tTr9 4uKzSMJsSrRWaZtRUBolJTj5kEhaCBYNXEFpFyJNG2K0Ds53/gxPK0yGr+9+qs6v6Eb1 QUkRSjG3SJUfVswzPxMlVPC5psKVVe2kolYz0/b+A1N69u0ZqWqOPalIfnWioV+4SE5u Qy4u1VIi4Nim7+N+D1r/X4lbOFICBWGBSxpCv/Rw/gmv0vxx7dUzSuGFyRJAaBo+OEz6 wGww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=+6WZDXtHFuDNz/EKu6gGfR3qkfMHmnaMyOIdYjkas1w=; b=FdFFbt7C44Oe9dEeDc3uooMpWqqYz/Ig0L9kVGKfbOM64I1Qp2WQYvhhWO0TSWVQB4 P7E01bnPAzCVNTnZrkjL4CIuiL1xhzt7+V+j4zfc8Hqo9wgRHpYKo1HfcxJRY1wNf705 YeLFkiOqfaEuywDKRrNIifCPAL/ernX+qCyTx6/uxqWgl/wqxw0T5OtsGYBIgmcV7uTh mwSPzce0buDUJQpqaCu058hhXfKZI8iQpREzkdX5jBE3Jp2kQfgRhFdPAtMaWN0Rqclp smCCrBbSbirQOujw1V8nZS+FsoweM3qFGuactqDSwnanhqmsZ8suRMfpjEQAvDTX6rtg 09RA== X-Gm-Message-State: AJaThX6JTZddPHSH0P42QESFXaN69CUOnVvdKbkbRBLLcf5yRIRm/Fj0 odg28rJ5rNkgicmNBe4OHA0= X-Google-Smtp-Source: AGs4zMZkq/+C2k3MeR/XlqWc3RXAaj+D9ASFsJgjUcLM94529lqv0f0yZ27BwNfn8pFo1673TEVHDg== X-Received: by 10.101.83.133 with SMTP id x5mr18977799pgq.175.1512582474762; Wed, 06 Dec 2017 09:47:54 -0800 (PST) Received: from localhost.localdomain ([2405:204:9590:b9e2:3c8d:af3e:af8d:5c69]) by smtp.gmail.com with ESMTPSA id j3sm5276170pfh.142.2017.12.06.09.47.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Dec 2017 09:47:54 -0800 (PST) From: Pravin Shedge To: linuxppc-dev@lists.ozlabs.org, linux-kselftest@vger.kernel.org, linux-gpio@vger.kernel.org, john.stultz@linaro.org, shuah@kernel.org, bamvor.zhangjian@linaro.org, gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, pravin.shedge4linux@gmail.com Subject: [PATCH 32/45] tools/testing/selftests: remove duplicate includes Date: Wed, 6 Dec 2017 23:17:45 +0530 Message-Id: <1512582465-6581-1-git-send-email-pravin.shedge4linux@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge --- tools/testing/selftests/gpio/gpio-mockup-chardev.c | 1 - tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c | 1 - tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c | 1 - tools/testing/selftests/timers/skew_consistency.c | 1 - tools/testing/selftests/x86/mpx-dig.c | 2 -- tools/testing/selftests/x86/mpx-mini-test.c | 4 ---- tools/testing/selftests/x86/unwind_vdso.c | 1 - 7 files changed, 11 deletions(-) diff --git a/tools/testing/selftests/gpio/gpio-mockup-chardev.c b/tools/testing/selftests/gpio/gpio-mockup-chardev.c index 667e916..0424aaa 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/powerpc/pmu/ebb/fork_cleanup_test.c b/tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c index 167135b..bf599d4 100644 --- a/tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c +++ b/tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c @@ -3,7 +3,6 @@ * Licensed under GPLv2. */ -#include #include #include #include diff --git a/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c index 137185b..be05b2c 100644 --- a/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c +++ b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c @@ -14,7 +14,6 @@ #include #include #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 diff --git a/tools/testing/selftests/x86/mpx-mini-test.c b/tools/testing/selftests/x86/mpx-mini-test.c index ec0f6b4..f17e0a1 100644 --- a/tools/testing/selftests/x86/mpx-mini-test.c +++ b/tools/testing/selftests/x86/mpx-mini-test.c @@ -722,10 +722,6 @@ void mpx_cleanup(void) } /*-------------- the following is test case ---------------*/ -#include -#include -#include -#include #include uint64_t num_lower_brs; diff --git a/tools/testing/selftests/x86/unwind_vdso.c b/tools/testing/selftests/x86/unwind_vdso.c index 00a26a8..9731133 100644 --- a/tools/testing/selftests/x86/unwind_vdso.c +++ b/tools/testing/selftests/x86/unwind_vdso.c @@ -44,7 +44,6 @@ int main() #include #include #include -#include #include #include #include