Skip to content

Commit

Permalink
Merge branch 's3c-iis-header' into for-2.6.30
Browse files Browse the repository at this point in the history
Conflicts:
	arch/arm/mach-shark/include/mach/io.h
  • Loading branch information
Mark Brown committed Mar 11, 2009
2 parents f455dfb + a2b0346 commit 3c08138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-s3c2410/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,7 @@ extern int s3c2412_gpio_set_sleepcfg(unsigned int pin, unsigned int state);

/* machine specific hardware definitions should go after this */

/* currently here until moved into config (todo) */
#define CONFIG_NO_MULTIWORD_IO

#endif /* __ASM_ARCH_HARDWARE_H */
3 changes: 1 addition & 2 deletions arch/arm/mach-shark/include/mach/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
#define PCIO_BASE 0xe0000000
#define IO_SPACE_LIMIT 0xffffffff

#define __io(a) __typesafe_io(PCIO_BASE + (a))

#define __io(a) ((void __iomem *)(PCIO_BASE + (a)))
#define __mem_pci(addr) (addr)

#endif

0 comments on commit 3c08138

Please sign in to comment.