diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 11:02:33 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 11:10:19 +0000 |
commit | a2b03461cb072eb6097a55ec0289294b09382284 (patch) | |
tree | f314b5d0bbfca5b47b89732efe0c3dedbc38bcb8 /arch/arm/mach-s3c2410 | |
parent | 899e6cf5e6d83a91d2e257f7a4e8ca98db3831cc (diff) | |
download | linux-3.10-a2b03461cb072eb6097a55ec0289294b09382284.tar.gz linux-3.10-a2b03461cb072eb6097a55ec0289294b09382284.tar.bz2 linux-3.10-a2b03461cb072eb6097a55ec0289294b09382284.zip |
[ARM] Revert extraneous changes from the S3C audio header move
These changes were included in the S3C audio header move but are not
directly related to it.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/hardware.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/hardware.h b/arch/arm/mach-s3c2410/include/mach/hardware.h index db72beb61d7..74d5a1a4024 100644 --- a/arch/arm/mach-s3c2410/include/mach/hardware.h +++ b/arch/arm/mach-s3c2410/include/mach/hardware.h @@ -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 */ |