From patchwork Tue Feb 5 20:05:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 10798331 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 CA0C0746 for ; Tue, 5 Feb 2019 20:07:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B9C56288EC for ; Tue, 5 Feb 2019 20:07:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ADB482C7A5; Tue, 5 Feb 2019 20:07:22 +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,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham 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 ECB76288EC for ; Tue, 5 Feb 2019 20:07:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727951AbfBEUHV (ORCPT ); Tue, 5 Feb 2019 15:07:21 -0500 Received: from mail-lj1-f193.google.com ([209.85.208.193]:44042 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727346AbfBEUHV (ORCPT ); Tue, 5 Feb 2019 15:07:21 -0500 Received: by mail-lj1-f193.google.com with SMTP id k19-v6so3978468lji.11 for ; Tue, 05 Feb 2019 12:07:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=oFQ6A6pz4TtZ4EYI7/k4U57uBmslknSMYaVLs1QIAY0=; b=CkAk58W8sAy3Y7ieGMhzMPHBt+S0Y6j6Skf3EBL4ytdeYltUK1pYX0072GvXQu+p4I 7ny7xS2T2pSQozRU8bOgdDlYvRDxQTbJ6R+E0+FG8VH6lWeUxoYTj1lVN+5fLEWeStT3 sTEmUMI906QjLJMmNf1fQNDRSz2YExOquXnFQO4Mrgi+GhPK8+D8UFYmRWU7qQxZ1ZAR +KNLTRBLTWnuJOWrFC4ppmWR21weLZmpVLk7BLItNA/ahwO0pLDPqb2gc3UKbKonjLX8 M3NeBni6QuqbVTs+fgrxrRyBALKyDdnWQcf5WqIh6iF6pn2wyEUaREko90izBla/f46P iaEg== 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:mime-version :content-transfer-encoding; bh=oFQ6A6pz4TtZ4EYI7/k4U57uBmslknSMYaVLs1QIAY0=; b=i9yD36E7G+GmwcI1wfjaX5BDHZF/GfJoVhwcuJ4g42o7Rd/1EeyCSye1hmR0gjzk5l qq5/8qdqCOAi9g7hNlU2o7Ba1uKvAPegJsgtMqgKAtN3ed3kzDZojw0z/gj6iCZRt8/b 5jvhatV+jORNwswmWBacGu/HL1Lqj0cKRfj82SzfkVb+4q8zsNPkLUsvetqoDw4KE2bk SXrN/El2mwacsZyUbGRAEGRAGmmaJLdzCrl8esD6McK8yuRRlct0bhE58RuGoWmS5Ero kBrbz4GlldvlOrgLxJPjtDaZK9sZ4o7J+2umCuSrwqwljnPKYgxI2YGtpVjZhLsucQr8 MpFg== X-Gm-Message-State: AHQUAuYzKa9/AnLZLEa1uwfQ0W5motY/dNUbGNHyYxUk/PXl7i+jgCT/ dQR7AyQsyYav/XF43JvgEvd6ebjtUfw= X-Google-Smtp-Source: AHgI3Ib35nE2ls1gggroqJrEOmpotv50H5mRRR/2ynXPtBvI4kZtwISRtkMpOGOV/ku9Tk2+FBtcpQ== X-Received: by 2002:a2e:98c9:: with SMTP id s9-v6mr4168275ljj.166.1549397238759; Tue, 05 Feb 2019 12:07:18 -0800 (PST) Received: from localhost.localdomain (c-ae7b71d5.014-348-6c756e10.bbcust.telenor.se. [213.113.123.174]) by smtp.gmail.com with ESMTPSA id q10-v6sm3390752ljj.3.2019.02.05.12.07.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Feb 2019 12:07:17 -0800 (PST) From: Linus Walleij To: linux-mmc@vger.kernel.org, Ulf Hansson Cc: Linus Walleij , Jun Qian , Matteo Facchinetti Subject: [PATCH 1/6] mmc: mxcmmc: Drop unused includes Date: Tue, 5 Feb 2019 21:05:07 +0100 Message-Id: <20190205200512.11572-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The MXCMMC driver uses slot GPIO helpers and does not make any use of or so drop these surplus includes. Cc: Jun Qian Cc: Matteo Facchinetti Signed-off-by: Linus Walleij --- drivers/mmc/host/mxcmmc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index 4d17032d15ee..d54612257b06 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/drivers/mmc/host/mxcmmc.c @@ -31,14 +31,12 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include