Hi Takashi, Today's linux-next merge of the sound tree got a conflict in arch/arm/mach-shark/include/mach/io.h between commit eab184c2362567f2b2e951b7bd0e0d353a7e5091 ("[ARM] 5363/1: Shark cleanup and new defconfig") from the arm tree and commit 8150bc886be5ce3cc301a2baca1fcf2cf7bd7f39 ("S3C24XX: Move and update IIS headers") from the sound tree. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ diff --cc arch/arm/mach-shark/include/mach/io.h index 9ccbcec,8ca7d7f..0000000 --- a/arch/arm/mach-shark/include/mach/io.h +++ b/arch/arm/mach-shark/include/mach/io.h @@@ -11,10 -11,10 +11,10 @@@ #ifndef __ASM_ARM_ARCH_IO_H #define __ASM_ARM_ARCH_IO_H -#define PCIO_BASE 0xe0000000 -#define IO_SPACE_LIMIT 0xffffffff +#define IO_SPACE_LIMIT 0xffffffff - #define __io(a) ((void __iomem *)(0xe0000000 + (a))) -#define __io(a) __typesafe_io(PCIO_BASE + (a)) -#define __mem_pci(addr) (addr) ++#define __io(a) __typesafe_io(0xe0000000 + (a)) + +#define __mem_pci(addr) (addr) #endif -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html