The patch titled char: ip2 remove broken macro has been added to the -mm tree. Its filename is char-ip2-remove-broken-macro.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: char: ip2 remove broken macro From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> This macro is broken and unused so why not remove it. Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/ip2/i2cmd.h | 5 ----- 1 files changed, 5 deletions(-) diff -puN drivers/char/ip2/i2cmd.h~char-ip2-remove-broken-macro drivers/char/ip2/i2cmd.h --- a/drivers/char/ip2/i2cmd.h~char-ip2-remove-broken-macro +++ a/drivers/char/ip2/i2cmd.h @@ -367,11 +367,6 @@ static UCHAR cc02[]; #define CSE_NULL 3 // Replace with a null #define CSE_MARK 4 // Replace with a 3-character sequence (as Unix) -#define CMD_SET_REPLACEMENT(arg,ch) \ - (((cmdSyntaxPtr)(ct36a))->cmd[1] = (arg), \ - (((cmdSyntaxPtr)(ct36a))->cmd[2] = (ch), \ - (cmdSyntaxPtr)(ct36a)) - #define CSE_REPLACE 0x8 // Replace the errored character with the // replacement character defined here _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are fix2-gregkh-driver-modules-state.patch git-dvb.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