forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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