From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pravin Shedge Subject: [PATCH 19/45] drivers: staging: remove duplicate includes Date: Wed, 6 Dec 2017 22:42:08 +0530 Message-ID: <1512580328-5855-1-git-send-email-pravin.shedge4linux@gmail.com> Cc: linux-kernel@vger.kernel.org, pravin.shedge4linux@gmail.com To: devel@driverdev.osuosl.org, netdev@vger.kernel.org, gregkh@linuxfoundation.org, samuel@sortiz.org Return-path: Received: from mail-pf0-f193.google.com ([209.85.192.193]:35131 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020AbdLFRMS (ORCPT ); Wed, 6 Dec 2017 12:12:18 -0500 Sender: netdev-owner@vger.kernel.org List-ID: 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 --- drivers/staging/ccree/ssi_buffer_mgr.c | 1 - drivers/staging/ccree/ssi_driver.c | 1 - drivers/staging/irda/drivers/pxaficp_ir.c | 1 - 3 files changed, 3 deletions(-) diff --git a/drivers/staging/ccree/ssi_buffer_mgr.c b/drivers/staging/ccree/ssi_buffer_mgr.c index 1f8a225..834bddd 100644 --- a/drivers/staging/ccree/ssi_buffer_mgr.c +++ b/drivers/staging/ccree/ssi_buffer_mgr.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include diff --git a/drivers/staging/ccree/ssi_driver.c b/drivers/staging/ccree/ssi_driver.c index 1a3c481..2cec0e1 100644 --- a/drivers/staging/ccree/ssi_driver.c +++ b/drivers/staging/ccree/ssi_driver.c @@ -55,7 +55,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/staging/irda/drivers/pxaficp_ir.c b/drivers/staging/irda/drivers/pxaficp_ir.c index 1dba16b..2ea00a6 100644 --- a/drivers/staging/irda/drivers/pxaficp_ir.c +++ b/drivers/staging/irda/drivers/pxaficp_ir.c @@ -12,7 +12,6 @@ * Infra-red driver (SIR/FIR) for the PXA2xx embedded microprocessor * */ -#include #include #include #include -- 2.7.4