The patch titled s3c2443-ac97: compilation fix has been removed from the -mm tree. Its filename was s3c2443-ac97-compilation-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: s3c2443-ac97: compilation fix From: Krzysztof Helt <krzysztof.h1@xxxxx> 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@xxxxx> Cc: Jaroslav Kysela <perex@xxxxxxx> Cc: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- sound/soc/s3c24xx/s3c2443-ac97.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN sound/soc/s3c24xx/s3c2443-ac97.c~s3c2443-ac97-compilation-fix sound/soc/s3c24xx/s3c2443-ac97.c --- a/sound/soc/s3c24xx/s3c2443-ac97.c~s3c2443-ac97-compilation-fix +++ a/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> _ Patches currently in -mm which might be from krzysztof.h1@xxxxx are origin.patch git-alsa.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html