The patch titled mips dbg_io stray brackets fix has been added to the -mm tree. Its filename is mips-dbg_io-stray-brackets-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: mips dbg_io stray brackets fix From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> This macro is broken, and not used. Remove it. Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/mips/pmc-sierra/yosemite/dbg_io.c | 3 --- 1 file changed, 3 deletions(-) diff -puN arch/mips/pmc-sierra/yosemite/dbg_io.c~mips-dbg_io-stray-brackets-fix arch/mips/pmc-sierra/yosemite/dbg_io.c --- a/arch/mips/pmc-sierra/yosemite/dbg_io.c~mips-dbg_io-stray-brackets-fix +++ a/arch/mips/pmc-sierra/yosemite/dbg_io.c @@ -92,9 +92,6 @@ /* * Functions to READ and WRITE to serial port 1 */ -#define SERIAL_READ_1(ofs) (*((volatile unsigned char*) \ - (TITAN_SERIAL_BASE_1 + ofs) - #define SERIAL_WRITE_1(ofs, val) ((*((volatile unsigned char*) \ (TITAN_SERIAL_BASE_1 + ofs))) = val) _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are fix2-gregkh-driver-modules-state.patch git-dvb.patch mips-dbg_io-stray-brackets-fix.patch sk98lin-debug-build-fix.patch h8300-stray-bracket-fix.patch i2lib-unused-variable-cleanup.patch make-1-bit-bitfields-unsigned.patch char-ip2-remove-broken-macro.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