intel: Remove unused ALIGN macro

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25997>
This commit is contained in:
Yonggang Luo 2023-11-02 04:38:44 +08:00 committed by Marge Bot
parent ff306c5f8c
commit 0f5688eb2c

View file

@ -46,8 +46,6 @@
#define MI_FREQ_OFFSET_BYTES (256)
#define MI_PERF_COUNTERS_OFFSET_BYTES (260)
#define ALIGN(x, y) (((x) + (y)-1) & ~((y)-1))
#define MAP_READ (1 << 0)
#define MAP_WRITE (1 << 1)