diff options
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r-- | include/linux/slab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index 5b70d52b4f86..d7ee28e51330 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h | |||
@@ -20,7 +20,6 @@ typedef struct kmem_cache kmem_cache_t; | |||
20 | 20 | ||
21 | /* flags for kmem_cache_alloc() */ | 21 | /* flags for kmem_cache_alloc() */ |
22 | #define SLAB_ATOMIC GFP_ATOMIC | 22 | #define SLAB_ATOMIC GFP_ATOMIC |
23 | #define SLAB_USER GFP_USER | ||
24 | #define SLAB_KERNEL GFP_KERNEL | 23 | #define SLAB_KERNEL GFP_KERNEL |
25 | #define SLAB_DMA GFP_DMA | 24 | #define SLAB_DMA GFP_DMA |
26 | 25 | ||