The patch titled ppc: cs4218_tdm remove extra brace has been added to the -mm tree. Its filename is ppc-cs4218_tdm-remove-extra-brace.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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@xxxxxxxx> --- 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 ppc-m48t35-add-missing-bracket.patch ppc-cs4218_tdm-remove-extra-brace.patch fix2-gregkh-driver-modules-state.patch git-dvb.patch mips-dbg_io-stray-brackets-fix.patch mtd-rtc_from4-brace-fix.patch sk98lin-debug-build-fix.patch net-smc91x-add-missing-bracket.patch mv643xx_eth-fix-unbalanced-parentheses-in-macros.patch netfilter-remove-broken-macro.patch scsi-sic7xxx-stray-bracket-fix.patch scsi-53c7xx-brackets-fix.patch sparc64-dma-remove-extra-brackets.patch h8300-stray-bracket-fix.patch i2lib-unused-variable-cleanup.patch make-1-bit-bitfields-unsigned.patch char-ip2-remove-broken-macro.patch fs-ufs-add-missing-bracket.patch m68knommu-scatterlist-add-missing-bracket.patch fs-reiserfs-add-missing-brackets.patch video-cyberfb-broken-macro-removal.patch video-neofb-stray-bracket-fix.patch video-pm3fb-macros-fix.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