kernel/arch/alpha/include/asm/dma-mapping.h
.. .. @@ -7,7 +7,7 @@ 7 7 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) 8 8 { 9 9 #ifdef CONFIG_ALPHA_JENSEN 10 - return &dma_direct_ops;10 + return NULL;11 11 #else 12 12 return &alpha_pci_ops; 13 13 #endif