diff options
author | Jonas Bonn <jonas.bonn@gmail.com> | 2008-11-19 17:11:03 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:03 +0000 |
commit | 2ba9302df2cca8c08af59f65c6284348d11ba93e (patch) | |
tree | d101ff6d2346d0576231a0a036eb5018da3d2a12 /sound | |
parent | 1eb72f7052b1fd766a714b84813e5fae9b8fa6b3 (diff) |
Move asm/arch/gta02.h to mach/gta02.h
Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/s3c24xx/neo1973_gta02_wm8753.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c index 3997005976e..030bab3b693 100644 --- a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c @@ -39,7 +39,7 @@ #include <asm/io.h> #include <mach/spi-gpio.h> #include <mach/regs-gpioj.h> -#include <asm/arch-s3c2410/gta02.h> +#include <mach/gta02.h> #include "../codecs/wm8753.h" #include "s3c24xx-pcm.h" #include "s3c24xx-i2s.h" |