drm/xe/pat: Define PAT tables as static
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 27 Mar 2023 17:58:24 +0000 (10:58 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:30:26 +0000 (18:30 -0500)
commit011d8fa362962424c3f444c1dac3653f86f350b3
treee8f3c7d776992f5b32c6358e4cbd103dc4ba8e63
parente7dc1341f0dab3363baac28044b46237ed251802
drm/xe/pat: Define PAT tables as static

The tables are only used within this file; there's no reason for them
not to be static.

Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://lore.kernel.org/r/20230327175824.2967914-1-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_pat.c