aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/include/linux/slab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/include/linux/slab.h b/tools/include/linux/slab.h
index 311759ea25e92..51b25e9c4ec7b 100644
--- a/tools/include/linux/slab.h
+++ b/tools/include/linux/slab.h
@@ -18,7 +18,6 @@ bool slab_is_available(void);
enum slab_state {
DOWN,
PARTIAL,
- PARTIAL_NODE,
UP,
FULL
};