diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-19 08:23:00 +0200 |
---|---|---|
committer | Mercurial server <hg@alsa0.alsa-project.org> | 2007-11-20 19:52:05 +0100 |
commit | 1700139acb2794df6f6ea17de3a6fc2f9c7510b1 (patch) | |
tree | 7b2f470c21ba4992e818cc4a80917e7913889eb3 /sound | |
parent | 6020c008dfe6b68626de7de7b4fa99982e345c86 (diff) | |
download | linux-3.10-1700139acb2794df6f6ea17de3a6fc2f9c7510b1.tar.gz linux-3.10-1700139acb2794df6f6ea17de3a6fc2f9c7510b1.tar.bz2 linux-3.10-1700139acb2794df6f6ea17de3a6fc2f9c7510b1.zip |
[ALSA] s3c2443-ac97: compilation fix
The Samsung S3C24xx uses new architecture file layout in the post 2.6.23
kernel. This patch fixes include path for the s3c2443-ac97.c.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
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 75acf7ef552..758a2637e7a 100644 --- a/sound/soc/s3c24xx/s3c2443-ac97.c +++ b/sound/soc/s3c24xx/s3c2443-ac97.c @@ -32,7 +32,7 @@ #include <asm/hardware.h> #include <asm/io.h> -#include <asm/arch/regs-ac97.h> +#include <asm/plat-s3c/regs-ac97.h> #include <asm/arch/regs-gpio.h> #include <asm/arch/regs-clock.h> #include <asm/arch/audio.h> |