summaryrefslogtreecommitdiff
path: root/gralloc4/src/gralloc_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc4/src/gralloc_helper.h')
-rw-r--r--gralloc4/src/gralloc_helper.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gralloc4/src/gralloc_helper.h b/gralloc4/src/gralloc_helper.h
index ba31333..7add6a4 100644
--- a/gralloc4/src/gralloc_helper.h
+++ b/gralloc4/src/gralloc_helper.h
@@ -31,9 +31,4 @@
#define GRALLOC_UNUSED(x) ((void)x)
-static inline size_t round_up_to_page_size(size_t x)
-{
- return (x + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1);
-}
-
#endif /* GRALLOC_HELPER_H_ */