Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] char: ip2 remove broken macro

This macro is broken and unused so why not remove it.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Mariusz Kozlowski and committed by
Linus Torvalds
652d3a3e f9231a0c

-5
-5
drivers/char/ip2/i2cmd.h
··· 367 367 #define CSE_NULL 3 // Replace with a null 368 368 #define CSE_MARK 4 // Replace with a 3-character sequence (as Unix) 369 369 370 - #define CMD_SET_REPLACEMENT(arg,ch) \ 371 - (((cmdSyntaxPtr)(ct36a))->cmd[1] = (arg), \ 372 - (((cmdSyntaxPtr)(ct36a))->cmd[2] = (ch), \ 373 - (cmdSyntaxPtr)(ct36a)) 374 - 375 370 #define CSE_REPLACE 0x8 // Replace the errored character with the 376 371 // replacement character defined here 377 372