forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/alpha/include/asm/dma-mapping.h
....@@ -7,7 +7,7 @@
77 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
88 {
99 #ifdef CONFIG_ALPHA_JENSEN
10
- return &dma_direct_ops;
10
+ return NULL;
1111 #else
1212 return &alpha_pci_ops;
1313 #endif