summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_nouveau.c
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc_drm_nouveau.c')
-rw-r--r--gralloc_drm_nouveau.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gralloc_drm_nouveau.c b/gralloc_drm_nouveau.c
index 4536e7e..576966e 100644
--- a/gralloc_drm_nouveau.c
+++ b/gralloc_drm_nouveau.c
@@ -40,7 +40,6 @@
#include "gralloc_drm_priv.h"
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
-#define ALIGN(val, align) (((val) + (align) - 1) & ~((align) - 1))
#define NVC0_TILE_HEIGHT(m) (8 << ((m) >> 4))