From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Sat, 08 Oct 2011 17:52:47 +0400 Subject: [U-Boot] [PATCH V3 3/5] mmc: sdhci: add mmc structure for host In-Reply-To: <1318081636-5372-4-git-send-email-leiwen@marvell.com> References: <1317709968-9372-1-git-send-email-leiwen@marvell.com> <1318081636-5372-4-git-send-email-leiwen@marvell.com> Message-ID: <4E9055AF.8090201@mvista.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello. On 08-10-2011 17:47, Lei Wen wrote: > So that sdhci host would tell in the driver that the mmc current > attributes. > Signed-off-by: Lei Wen [...] > diff --git a/include/sdhci.h b/include/sdhci.h > index e84d2dc..e4e7ebe 100644 > --- a/include/sdhci.h > +++ b/include/sdhci.h > @@ -27,6 +27,7 @@ > #define __SDHCI_HW_H > > #include > +#include Why remove empty line here? > /* > * Controller registers > */ WBR, Sergei