[PATCH 3/3] remove not-used poison pointer macros

From: Vasily Kulikov
Date: Sun Jul 26 2015 - 09:47:14 EST


Signed-off-by: Vasily Kulikov <segoon@xxxxxxxxxxxx>
---
include/linux/poison.h | 7 -------
1 file changed, 7 deletions(-)

diff --git a/include/linux/poison.h b/include/linux/poison.h
index a721bcd..4a27153 100644
--- a/include/linux/poison.h
+++ b/include/linux/poison.h
@@ -73,10 +73,6 @@
#define ATM_POISON_FREE 0x12
#define ATM_POISON 0xdeadbeef

-/********** net/ **********/
-#define NEIGHBOR_DEAD 0xdeadbeef
-#define NETFILTER_LINK_POISON 0xdead57ac
-
/********** kernel/mutexes **********/
#define MUTEX_DEBUG_INIT 0x11
#define MUTEX_DEBUG_FREE 0x22
@@ -87,7 +83,4 @@
/********** security/ **********/
#define KEY_DESTROY 0xbd

-/********** sound/oss/ **********/
-#define OSS_POISON_FREE 0xAB
-
#endif
--
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/