aboutsummaryrefslogtreecommitdiffstats
path: root/mm/cma.h
diff options
context:
space:
mode:
Diffstat (limited to 'mm/cma.h')
-rw-r--r--mm/cma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/cma.h b/mm/cma.h
index 17c75a4246c8..49861286279d 100644
--- a/mm/cma.h
+++ b/mm/cma.h
@@ -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
16extern struct cma cma_areas[MAX_CMA_AREAS]; 17extern struct cma cma_areas[MAX_CMA_AREAS];