summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_radeon.c
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc_drm_radeon.c')
-rw-r--r--gralloc_drm_radeon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gralloc_drm_radeon.c b/gralloc_drm_radeon.c
index be2ea9b..2911a45 100644
--- a/gralloc_drm_radeon.c
+++ b/gralloc_drm_radeon.c
@@ -45,8 +45,6 @@
#define RADEON_GPU_PAGE_SIZE 4096
-#define MAX(a, b) (((a) > (b)) ? (a) : (b))
-
struct radeon_info {
struct gralloc_drm_drv_t base;