The patch titled git-alsa-tiwai: sound/drivers/pcsp/pcsp.c build fix has been removed from the -mm tree. Its filename was git-alsa-tiwai-sound-drivers-pcsp-pcspc-build-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: git-alsa-tiwai: sound/drivers/pcsp/pcsp.c build fix From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> sound/drivers/pcsp/pcsp.c: In function 'snd_pcsp_create': sound/drivers/pcsp/pcsp.c:54: error: 'loops_per_jiffy' undeclared (first use in this function) sound/drivers/pcsp/pcsp.c:54: error: (Each undeclared identifier is reported only once sound/drivers/pcsp/pcsp.c:54: error: for each function it appears in.) Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Cc: Jaroslav Kysela <perex@xxxxxxxx> Cc: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- sound/drivers/pcsp/pcsp.c | 1 + 1 file changed, 1 insertion(+) diff -puN sound/drivers/pcsp/pcsp.c~git-alsa-tiwai-sound-drivers-pcsp-pcspc-build-fix sound/drivers/pcsp/pcsp.c --- a/sound/drivers/pcsp/pcsp.c~git-alsa-tiwai-sound-drivers-pcsp-pcspc-build-fix +++ a/sound/drivers/pcsp/pcsp.c @@ -12,6 +12,7 @@ #include <sound/initval.h> #include <sound/pcm.h> #include <linux/input.h> +#include <linux/delay.h> #include <asm/bitops.h> #include "pcsp_input.h" #include "pcsp.h" _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are git-alsa-tiwai.patch reiser4.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