diff options
Diffstat (limited to 'mm/cma.h')
-rw-r--r-- | mm/cma.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ struct cma { | |||
11 | struct hlist_head mem_head; | 11 | struct hlist_head mem_head; |
12 | spinlock_t mem_head_lock; | 12 | spinlock_t mem_head_lock; |
13 | #endif | 13 | #endif |
14 | const char *name; | ||
14 | }; | 15 | }; |
15 | 16 | ||
16 | extern struct cma cma_areas[MAX_CMA_AREAS]; | 17 | extern struct cma cma_areas[MAX_CMA_AREAS]; |