On Fri, 30 Apr 2010 07:38:17 +0100
Matt Fleming <[email protected]> wrote:

> On Thu, 29 Apr 2010 15:29:26 -0700, [email protected] wrote:
> > Subject: sdhci: build fix: rename SDHCI I/O accessor functions
> > From: Matt Fleming <[email protected]>
> > 
> > Unfortunately some architectures #define their read{b,w,l} and
> > write{b,w,l} I/O accessors which makes the SDHCI I/O accessor functions of
> > the same names subject to preprocessing.  This leads to the following
> > compiler error,
> > 
> > In file included from drivers/mmc/host/sdhci.c:26:
> > drivers/mmc/host/sdhci.h:318:35: error: macro "writel" passed 3 arguments, 
> > but takes just 2
> > 
> > Rename the SDHCI I/O functions so that CONFIG_MMC_SDHCI_IO_ACCESSORS can
> > be enabled for architectures that implement their read{b,w,l} and
> > write{b,w,l} functions with macros.
> > 
> > Signed-off-by: Matt Fleming <[email protected]>
> > Cc: Zhangfei Gao <[email protected]>
> > Acked-by: Anton Vorontsov <[email protected]>
> > Cc: <[email protected]>
> > Signed-off-by: Andrew Morton <[email protected]>
> 
> Hi Andrew,
> 
> this patch got a couple more ACKs from Wolfram Sang and Ben Dooks. Would
> like me to respin the patch?

I updated the changelog text, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to