mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
accel/amdxdna: Import AMD_PMF namespace
The amdxdna driver uses amd_pmf_get_npu_data() which is exported in the AMD_PMF namespace. Import the AMD_PMF namespace. Reviewed-by: Lizhi Hou <lizhi.hou@amd.com> Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org> Signed-off-by: Lizhi Hou <lizhi.hou@amd.com> Link: https://patch.msgid.link/20260301005028.367618-1-superm1@kernel.org
This commit is contained in:
parent
ed1021fbf9
commit
efa3382a5a
|
|
@ -358,5 +358,6 @@ static struct pci_driver amdxdna_pci_driver = {
|
|||
module_pci_driver(amdxdna_pci_driver);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_IMPORT_NS("AMD_PMF");
|
||||
MODULE_AUTHOR("XRT Team <runtimeca39d@amd.com>");
|
||||
MODULE_DESCRIPTION("amdxdna driver");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user