intel: replace MAYBE_UNUSED with UNUSED
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 22 Jun 2019 12:31:53 +0000 (13:31 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Wed, 31 Jul 2019 08:41:05 +0000 (09:41 +0100)
commiteee70e09bf2e24e6baec30a6569dfcb2155e467b
treeb117670a0fa158b32be6a84dea718521f6a5ef26
parente775b938b25fb78129963f8323181997c265bc42
intel: replace MAYBE_UNUSED with UNUSED

MAYBE_UNUSED is going away, so let's replace legitimate uses of it with
UNUSED, which the former aliased to so far anyway.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/blorp/blorp_genX_exec.h
src/intel/perf/gen_perf.py
src/intel/vulkan/genX_pipeline.c
src/mesa/drivers/dri/i965/genX_blorp_exec.c
src/mesa/drivers/dri/i965/genX_state_upload.c