[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130107160900.GB6898@osiris>
Date: Mon, 7 Jan 2013 17:09:00 +0100
From: Heiko Carstens <heiko.carstens@...ibm.com>
To: Arnd Bergmann <arnd@...db.de>
Cc: Gerald Schaefer <geraldsc@...ibm.com>,
Sebastian Ott <sebott@...ux.vnet.ibm.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] asm-generic/io.h: convert readX defines to functions
On Mon, Jan 07, 2013 at 03:42:38PM +0000, Arnd Bergmann wrote:
> On Monday 07 January 2013 16:34:59 Heiko Carstens wrote:
>
> Acked-by: Arnd Bergmann <arnd@...db.de>
>
> if you fix this:
>
> > +#define readl readl
> > +static inline u32 __raw_readl(const volatile void __iomem *addr)
> > +{
> > + return __le32_to_cpu(__raw_readl(addr));
> > +}
>
> to be called readl rather than __raw_readl
duhh... thanks! :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists