summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_freedreno.c
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc_drm_freedreno.c')
-rw-r--r--gralloc_drm_freedreno.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gralloc_drm_freedreno.c b/gralloc_drm_freedreno.c
index 10b0939..3da5a65 100644
--- a/gralloc_drm_freedreno.c
+++ b/gralloc_drm_freedreno.c
@@ -38,9 +38,6 @@
#include "gralloc_drm.h"
#include "gralloc_drm_priv.h"
-#define MAX(a, b) (((a) > (b)) ? (a) : (b))
-#define ALIGN(val, align) (((val) + (align) - 1) & ~((align) - 1))
-
struct fd_info {
struct gralloc_drm_drv_t base;