forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/x86/xen/pci-swiotlb-xen.c
....@@ -1,6 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0
2
+
13 /* Glue code to lib/swiotlb-xen.c */
24
3
-#include <linux/dma-mapping.h>
5
+#include <linux/dma-map-ops.h>
46 #include <linux/pci.h>
57 #include <xen/swiotlb-xen.h>
68