aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/exynos_mem.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/exynos_mem.h b/include/linux/exynos_mem.h
index 3ed0bd6..9c7bed9 100644
--- a/include/linux/exynos_mem.h
+++ b/include/linux/exynos_mem.h
@@ -22,13 +22,4 @@ struct exynos_mem_flush_range {
size_t length;
};
-#define CMA_REGION_COUNT (12)
-struct simple_cma_descriptor {
- const char *name;
- int start;
- int size;
-};
-
-extern void cma_region_descriptor_add(const char *name, int start, int size);
-
#endif /* __INCLUDE_EXYNOS_MEM_H */