The patch titled ppc: cs4218_tdm remove extra brace has been removed from the -mm tree. Its filename was ppc-cs4218_tdm-remove-extra-brace.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ppc: cs4218_tdm remove extra brace From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/ppc/8xx_io/cs4218_tdm.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/ppc/8xx_io/cs4218_tdm.c~ppc-cs4218_tdm-remove-extra-brace arch/ppc/8xx_io/cs4218_tdm.c --- a/arch/ppc/8xx_io/cs4218_tdm.c~ppc-cs4218_tdm-remove-extra-brace +++ a/arch/ppc/8xx_io/cs4218_tdm.c @@ -1379,7 +1379,6 @@ static void cs_nosound(unsigned long xx) } static DEFINE_TIMER(beep_timer, cs_nosound, 0, 0); -}; static void cs_mksound(unsigned int hz, unsigned int ticks) { _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are origin.patch git-alsa.patch git-powerpc.patch git-dvb.patch git-scsi-misc.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