diff options
Diffstat (limited to 'include/linux/slob_def.h')
-rw-r--r-- | include/linux/slob_def.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/slob_def.h b/include/linux/slob_def.h index a2daf2d418a9..59a3fa476ab9 100644 --- a/include/linux/slob_def.h +++ b/include/linux/slob_def.h | |||
@@ -33,14 +33,4 @@ static inline void *__kmalloc(size_t size, gfp_t flags) | |||
33 | return kmalloc(size, flags); | 33 | return kmalloc(size, flags); |
34 | } | 34 | } |
35 | 35 | ||
36 | /** | ||
37 | * kzalloc - allocate memory. The memory is set to zero. | ||
38 | * @size: how many bytes of memory are required. | ||
39 | * @flags: the type of memory to allocate (see kcalloc). | ||
40 | */ | ||
41 | static inline void *kzalloc(size_t size, gfp_t flags) | ||
42 | { | ||
43 | return __kzalloc(size, flags); | ||
44 | } | ||
45 | |||
46 | #endif /* __LINUX_SLOB_DEF_H */ | 36 | #endif /* __LINUX_SLOB_DEF_H */ |