diff options
Diffstat (limited to 'mm/slob.c')
-rw-r--r-- | mm/slob.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,6 @@ | |||
58 | 58 | ||
59 | #include <linux/kernel.h> | 59 | #include <linux/kernel.h> |
60 | #include <linux/slab.h> | 60 | #include <linux/slab.h> |
61 | #include "slab.h" | ||
62 | 61 | ||
63 | #include <linux/mm.h> | 62 | #include <linux/mm.h> |
64 | #include <linux/swap.h> /* struct reclaim_state */ | 63 | #include <linux/swap.h> /* struct reclaim_state */ |
@@ -73,6 +72,7 @@ | |||
73 | 72 | ||
74 | #include <linux/atomic.h> | 73 | #include <linux/atomic.h> |
75 | 74 | ||
75 | #include "slab.h" | ||
76 | /* | 76 | /* |
77 | * slob_block has a field 'units', which indicates size of block if +ve, | 77 | * slob_block has a field 'units', which indicates size of block if +ve, |
78 | * or offset of next block if -ve (in SLOB_UNITs). | 78 | * or offset of next block if -ve (in SLOB_UNITs). |