Browse Source

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 <broonie@opensource.wolfsonmicro.com>
Mark Brown 16 years ago
parent
commit
f455dfb106
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-shark/include/mach/io.h

+ 1 - 0
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