Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/xe/kunit: Drop XE_TEST_EXPORT

It's unused and can be replaced with VISIBLE_IF_KUNIT if needed.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240705191057.1110-3-michal.wajdeczko@intel.com

-2
-2
drivers/gpu/drm/xe/tests/xe_test.h
··· 31 31 32 32 #define XE_TEST_DECLARE(x) x 33 33 #define XE_TEST_ONLY(x) unlikely(x) 34 - #define XE_TEST_EXPORT 35 34 36 35 /** 37 36 * xe_cur_kunit_priv - Obtain the struct xe_test_priv pointed to by ··· 57 58 58 59 #define XE_TEST_DECLARE(x) 59 60 #define XE_TEST_ONLY(x) 0 60 - #define XE_TEST_EXPORT static 61 61 #define xe_cur_kunit_priv(_id) NULL 62 62 63 63 #endif