diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 10:14:36 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 10:17:14 +0000 |
commit | f74c95c20bad8e183e41283475f68a3e7b247af4 (patch) | |
tree | b651fa729e8604c2bc82a51dc7e90cefd895c933 /sound | |
parent | 7926b5a325f06745a1bed75bfb4ef814d0ae9d99 (diff) | |
download | op-kernel-dev-f74c95c20bad8e183e41283475f68a3e7b247af4.zip op-kernel-dev-f74c95c20bad8e183e41283475f68a3e7b247af4.tar.gz |
[ARM] S3C: Move regs-ac97.h to arch/arm/plat-s3c/include/plat.
Move regs-ac97.h to arch/arm/plat-s3c/include/plat ready
to clean out old include directories.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/s3c24xx/s3c2443-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c2443-ac97.c b/sound/soc/s3c24xx/s3c2443-ac97.c index 19c5c3c..c473a3b 100644 --- a/sound/soc/s3c24xx/s3c2443-ac97.c +++ b/sound/soc/s3c24xx/s3c2443-ac97.c @@ -28,7 +28,7 @@ #include <sound/soc.h> #include <mach/hardware.h> -#include <asm/plat-s3c/regs-ac97.h> +#include <plat/regs-ac97.h> #include <mach/regs-gpio.h> #include <mach/regs-clock.h> #include <mach/audio.h> |