From: Mark Brown Date: Tue, 10 Mar 2009 19:51:07 +0000 (+0000) Subject: ASoC: Fix up merge with the ARM tree X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=f455dfb106916d855d59686fe16575c2ceb2cb2a;p=linux-2.6-omap-h63xx.git ASoC: Fix up merge with the ARM tree The same change has been made with the final lines in slightly differnet orders. Signed-off-by: Mark Brown --- diff --git a/arch/arm/mach-shark/include/mach/io.h b/arch/arm/mach-shark/include/mach/io.h index 8ca7d7f09bd..568daea93fb 100644 --- a/arch/arm/mach-shark/include/mach/io.h +++ b/arch/arm/mach-shark/include/mach/io.h @@ -15,6 +15,7 @@ #define IO_SPACE_LIMIT 0xffffffff #define __io(a) __typesafe_io(PCIO_BASE + (a)) + #define __mem_pci(addr) (addr) #endif