The patch titled mips dbg_io stray brackets fix has been removed from the -mm tree. Its filename was mips-dbg_io-stray-brackets-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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@xxxxxxxxxxxxxxxxxxxx> --- 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 git-alsa.patch git-powerpc.patch ppc-cs4218_tdm-remove-extra-brace.patch git-dvb.patch scsi-sic7xxx-stray-bracket-fix.patch scsi-53c7xx-brackets-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