]> Git Repo - linux.git/blob - drivers/gpu/drm/xe/tests/xe_test_mod.c
Merge patch series "riscv: Extension parsing fixes"
[linux.git] / drivers / gpu / drm / xe / tests / xe_test_mod.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5 #include <linux/module.h>
6
7 MODULE_AUTHOR("Intel Corporation");
8 MODULE_LICENSE("GPL");
9 MODULE_DESCRIPTION("xe kunit tests");
10 MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING);
This page took 0.035359 seconds and 4 git commands to generate.