Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752447AbdLFQ5P (ORCPT ); Wed, 6 Dec 2017 11:57:15 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:38734 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752119AbdLFQ5M (ORCPT ); Wed, 6 Dec 2017 11:57:12 -0500 X-Google-Smtp-Source: AGs4zMbEPPJtJZM2QRajDM5yF/5AchwOhjBi5LRrTffNxrG+Dzx4wgWC5Tul/7gx+IMDWzOV37aJPA== From: Pravin Shedge To: linux-mmc@vger.kernel.org, ulf.hansson@linaro.org, hkallweit1@gmail.com Cc: linux-kernel@vger.kernel.org, pravin.shedge4linux@gmail.com Subject: [PATCH 12/45] drivers: mmc: remove duplicate includes Date: Wed, 6 Dec 2017 22:27:03 +0530 Message-Id: <1512579423-5405-1-git-send-email-pravin.shedge4linux@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 785 Lines: 28 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/mmc/host/android-goldfish.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/host/android-goldfish.c b/drivers/mmc/host/android-goldfish.c index 63fe509..63d2758 100644 --- a/drivers/mmc/host/android-goldfish.c +++ b/drivers/mmc/host/android-goldfish.c @@ -42,13 +42,11 @@ #include #include #include -#include #include #include #include -#include #include #define DRIVER_NAME "goldfish_mmc" -- 2.7.4