]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/vsec: Address static checker issue
authorMichael J. Ruhl <michael.j.ruhl@intel.com>
Thu, 5 Dec 2024 18:36:49 +0000 (13:36 -0500)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 5 Dec 2024 22:49:03 +0000 (17:49 -0500)
commit5cc1ccb61ecfec535a36bd6a2fb0b12226f79671
tree79b0f90a5967395c134c7e5bca27f9d78ec9c43e
parent919c2b586f620d884f95a97b3d5f665b4ee27228
drm/xe/vsec: Address static checker issue

The callback structure should be static.

Add static attribute.

Fixes: 0c45e76fcc62 ("drm/xe/vsec: Support BMG devices")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202412050418.8ecQxYXj-lkp@intel.com/
Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241205183649.3120032-1-michael.j.ruhl@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_vsec.c