diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2024-12-13 11:53:27 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2024-12-13 11:53:27 -0300 |
commit | aec95d7ce1c8fe5ee9940b861b53e31509ce9428 (patch) | |
tree | 95d52689401dc3b3547134b2f2c04f03e1a5b933 /sound/soc/sof/amd/pci-rmb.c | |
parent | 1d18ebcfd302a2005b83ae5f13df223894d19902 (diff) | |
parent | f932fb9b40749d1c9a539d89bb3e288c077aafe5 (diff) | |
download | linux-aec95d7ce1c8fe5ee9940b861b53e31509ce9428.tar.gz linux-aec95d7ce1c8fe5ee9940b861b53e31509ce9428.tar.bz2 linux-aec95d7ce1c8fe5ee9940b861b53e31509ce9428.zip |
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
To get the fixes that went thru perf-tools for v6.13.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'sound/soc/sof/amd/pci-rmb.c')
-rw-r--r-- | sound/soc/sof/amd/pci-rmb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sof/amd/pci-rmb.c b/sound/soc/sof/amd/pci-rmb.c index c45256bf4fda..cbb4d5282664 100644 --- a/sound/soc/sof/amd/pci-rmb.c +++ b/sound/soc/sof/amd/pci-rmb.c @@ -101,5 +101,5 @@ module_pci_driver(snd_sof_pci_amd_rmb_driver); MODULE_LICENSE("Dual BSD/GPL"); MODULE_DESCRIPTION("REMBRANDT SOF Driver"); -MODULE_IMPORT_NS(SND_SOC_SOF_AMD_COMMON); -MODULE_IMPORT_NS(SND_SOC_SOF_PCI_DEV); +MODULE_IMPORT_NS("SND_SOC_SOF_AMD_COMMON"); +MODULE_IMPORT_NS("SND_SOC_SOF_PCI_DEV"); |