summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--freedreno/freedreno_drmif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freedreno/freedreno_drmif.h b/freedreno/freedreno_drmif.h
index af5e1dac..2d913e6c 100644
--- a/freedreno/freedreno_drmif.h
+++ b/freedreno/freedreno_drmif.h
@@ -33,9 +33,9 @@
#include <stdint.h>
#if defined(__GNUC__)
-# define deprecated __attribute__((__deprecated__))
+# define drm_deprecated __attribute__((__deprecated__))
#else
-# define deprecated
+# define drm_deprecated
#endif
/* an empty marker for things that will be deprecated in the future: */