diff options
| author | Rodrigo Vivi <[email protected]> | 2018-07-23 09:13:12 -0700 | 
|---|---|---|
| committer | Rodrigo Vivi <[email protected]> | 2018-07-23 09:13:12 -0700 | 
| commit | c74a7469f97c0f40b46e82ee979f9fb1bb6e847c (patch) | |
| tree | f2690a1a916b73ef94657fbf0e0141ae57701825 /arch/s390/pci/pci_dma.c | |
| parent | 6f15a7de86c8cf2dc09fc9e6d07047efa40ef809 (diff) | |
| parent | 500775074f88d9cf5416bed2ca19592812d62c41 (diff) | |
Merge drm/drm-next into drm-intel-next-queued
We need a backmerge to get DP_DPCD_REV_14 before we push other
i915 changes to dinq that could break compilation.
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'arch/s390/pci/pci_dma.c')
| -rw-r--r-- | arch/s390/pci/pci_dma.c | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/arch/s390/pci/pci_dma.c b/arch/s390/pci/pci_dma.c index 2d15d84c20ed..d387a0fbdd7e 100644 --- a/arch/s390/pci/pci_dma.c +++ b/arch/s390/pci/pci_dma.c @@ -668,15 +668,6 @@ void zpci_dma_exit(void)  	kmem_cache_destroy(dma_region_table_cache);  } -#define PREALLOC_DMA_DEBUG_ENTRIES	(1 << 16) - -static int __init dma_debug_do_init(void) -{ -	dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES); -	return 0; -} -fs_initcall(dma_debug_do_init); -  const struct dma_map_ops s390_pci_dma_ops = {  	.alloc		= s390_dma_alloc,  	.free		= s390_dma_free, @@ -685,8 +676,6 @@ const struct dma_map_ops s390_pci_dma_ops = {  	.map_page	= s390_dma_map_pages,  	.unmap_page	= s390_dma_unmap_pages,  	.mapping_error	= s390_mapping_error, -	/* if we support direct DMA this must be conditional */ -	.is_phys	= 0,  	/* dma_supported is unconditionally true without a callback */  };  EXPORT_SYMBOL_GPL(s390_pci_dma_ops); |