[PATCH 02/24] ARM: at91: use __iomem pointers for MMIO
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-09-18 08:35:20
Also in:
lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-09-18 08:35:20
Also in:
lkml
On Monday 17 September 2012, Nicolas Ferre wrote:
quoted
@@ -94,7 +94,7 @@ static const u32 uarts_sam9x5[] = { 0, }; -static inline const u32* decomp_soc_detect(u32 dbgu_base) +static inline const u32* decomp_soc_detect(void __iomem*dbgu_base)A whitespace is missing before the *, no?
Fixed now, thanks! Arnd