From patchwork Wed Nov 11 10:02:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 11897335 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8A42716C1 for ; Wed, 11 Nov 2020 10:02:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6565C20756 for ; Wed, 11 Nov 2020 10:02:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="z93UkeA6" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726506AbgKKKCz (ORCPT ); Wed, 11 Nov 2020 05:02:55 -0500 Received: from www.zeus03.de ([194.117.254.33]:47566 "EHLO mail.zeus03.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726755AbgKKKCy (ORCPT ); Wed, 11 Nov 2020 05:02:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=sang-engineering.com; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=k1; bh=CH5wlrFhrfWWT+ D2/lxdR/5dd3aKOAJJCEpHlYZhwoY=; b=z93UkeA6YCh+gziWPZb5aXaMDO5kaC EtdSrqB7fCf0hLVetdH8btrd+x3rOD0MKuNz1iUpEafDfgTRCnsYDfAc5n5HzVvF 9JGExBPVRY2MaDdZunr/FVdzFXQ7rx6ZNtnIPzTV7LfveiZ7roPPTrH+W3Btpt75 TyGgtFMpV58eo= Received: (qmail 2440363 invoked from network); 11 Nov 2020 11:02:52 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 11 Nov 2020 11:02:52 +0100 X-UD-Smtp-Session: l3s3148p1@VfoF5tGzWpMgAwDPXwjxAOzndPPvnXZD From: Wolfram Sang To: linux-mmc@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda , =?utf-8?q?Niklas_S?= =?utf-8?q?=C3=B6derlund?= , Wolfram Sang Subject: [PATCH 3/3] mmc: renesas_sdhi: sort includes Date: Wed, 11 Nov 2020 11:02:44 +0100 Message-Id: <20201111100244.15823-4-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201111100244.15823-1-wsa+renesas@sang-engineering.com> References: <20201111100244.15823-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Better prevent double includes. Signed-off-by: Wolfram Sang Reviewed-by: Niklas Söderlund --- drivers/mmc/host/renesas_sdhi_core.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c index 55633826d38c..bb937411c2ec 100644 --- a/drivers/mmc/host/renesas_sdhi_core.c +++ b/drivers/mmc/host/renesas_sdhi_core.c @@ -18,22 +18,22 @@ * */ -#include #include -#include -#include -#include -#include -#include +#include +#include +#include #include #include #include -#include -#include -#include +#include +#include #include #include +#include +#include #include +#include +#include #include #include "renesas_sdhi.h"