lkml.org 
[lkml]   [2011]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/1] ia64: fix build of ioremap_cache

> diff --git a/arch/ia64/include/asm/io.h b/arch/ia64/include/asm/io.h
> index 009a7e0..e5a6c35 100644
> --- a/arch/ia64/include/asm/io.h
> +++ b/arch/ia64/include/asm/io.h
> @@ -428,7 +428,7 @@ extern void __iomem * early_ioremap (unsigned long phys_addr, unsigned long size
> extern void early_iounmap (volatile void __iomem *addr, unsigned long size);
> static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned long size)
> {
> - return ioremap(unsigned long phys_addr, unsigned long size);
> + return ioremap(phys_addr, size);
> }

I pushed this fix 9 days ago, what tree are you running?

thanks,
Len Brown, Intel Open Source Technology Center



\
 
 \ /
  Last update: 2011-01-06 17:07    [from the cache]
©2003-2011 Jasper Spaans