Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp4945274imm; Tue, 18 Sep 2018 01:36:57 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZyIMVW/CY1Itvmg4bQqo6IuNc1K0KASBHme6Jlbe1uF0c072KYmtRY3q4iz3wwimXW/fhL X-Received: by 2002:a17:902:3041:: with SMTP id u59-v6mr27794626plb.99.1537259817328; Tue, 18 Sep 2018 01:36:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537259817; cv=none; d=google.com; s=arc-20160816; b=VwF/Caid74yS9T9w3oBPaDEyUwjMqYZTsi6Z3SD5lxZTej6qV2bLxw/vpIPp4wMa7z gl+5M/+a1K+IWDdNzUktvy44HY9tRV2ipP24JYeayZO1AXi/o835lUoRTvjn4mi9A1Xr nC+s6kQIjTNDr1Xaz0SpG1dgBiO+EfFBaPUGw0FSWLEMuwFjKutKIUCsS2Vbzaj2554u ZLF1zAr7ir2+8bB0K2tMglUtBd2itpxyGjEuFnkZY/GxiXiwnOmZea8B2N+pyBmPkJKP +qWcpWkNcIA9qyyudYzvdGx2cxYMfuOPIz53RflXjs3890Hp/ny/KMz5Dwc17C5Tui2u 2gaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=/vhz69VX/UbUry2Ufi3aHht/aC7VFF3DKxtzoVZ2nCI=; b=nKWzOAGe1XSY7MuF90jdnSyfv3BvwfKv+WPHSVBdhFNWQP0KLh0Hk64436fuQlULm6 7M+HaNzPGNvW8B3NARBPp5qili4pysEuiyZFUMmdxHYQe7kvk9B+Zq//NdFS6h8gd1pW g6LEAz74dF4eoeWmUgFHrQUCGDgjPcGszbBvNIh61XVLP2i2xVznVqjKJSIjlxZzPeF5 6FebiiThA1f6ifw7cKH3XcSIUSfQbrLGbnQJs9+v5XHRUZtxT989kOxKtlEcks0xO92K 24Dmuoc7z/7r4kHRmJFiqXeh3px7fxcoI38BE2FrWFFFfV+9oD3oyv5GIYmkD22n5oQh uZfw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h2-v6si18836564pgm.581.2018.09.18.01.36.42; Tue, 18 Sep 2018 01:36:57 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729461AbeIROIF (ORCPT + 99 others); Tue, 18 Sep 2018 10:08:05 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:12602 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728842AbeIROIE (ORCPT ); Tue, 18 Sep 2018 10:08:04 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id AD177A4442153; Tue, 18 Sep 2018 16:36:25 +0800 (CST) Received: from linux-ibm.site (10.175.102.37) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.399.0; Tue, 18 Sep 2018 16:36:22 +0800 From: zhong jiang To: CC: , , , Subject: [PATCH] media: remove redundant include moduleparam.h Date: Tue, 18 Sep 2018 16:24:03 +0800 Message-ID: <1537259043-44265-1-git-send-email-zhongjiang@huawei.com> X-Mailer: git-send-email 1.7.12.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.102.37] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org module.h already contained moduleparam.h, so it is safe to remove the redundant include. The issue is detected with the help of Coccinelle. Signed-off-by: zhong jiang --- drivers/media/dvb-frontends/tda18271c2dd.c | 1 - drivers/media/pci/cx23885/cx23885-i2c.c | 1 - drivers/media/pci/mantis/mantis_cards.c | 1 - 3 files changed, 3 deletions(-) diff --git a/drivers/media/dvb-frontends/tda18271c2dd.c b/drivers/media/dvb-frontends/tda18271c2dd.c index 5ce5861..eeb2318 100644 --- a/drivers/media/dvb-frontends/tda18271c2dd.c +++ b/drivers/media/dvb-frontends/tda18271c2dd.c @@ -20,7 +20,6 @@ #include #include -#include #include #include #include diff --git a/drivers/media/pci/cx23885/cx23885-i2c.c b/drivers/media/pci/cx23885/cx23885-i2c.c index dd67135..51a1002 100644 --- a/drivers/media/pci/cx23885/cx23885-i2c.c +++ b/drivers/media/pci/cx23885/cx23885-i2c.c @@ -18,7 +18,6 @@ #include "cx23885.h" #include -#include #include #include #include diff --git a/drivers/media/pci/mantis/mantis_cards.c b/drivers/media/pci/mantis/mantis_cards.c index 7eb75cb..e544bb9 100644 --- a/drivers/media/pci/mantis/mantis_cards.c +++ b/drivers/media/pci/mantis/mantis_cards.c @@ -19,7 +19,6 @@ */ #include -#include #include #include #include -- 1.7.12.4