mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	dmaengine: move drivers/of/dma.c -> drivers/dma/of-dma.c
as requested by Rob Suggested-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
		
							parent
							
								
									4dec23d771
								
							
						
					
					
						commit
						5fa422c922
					
				
					 4 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -325,6 +325,10 @@ config DMA_ENGINE
 | 
			
		|||
config DMA_VIRTUAL_CHANNELS
 | 
			
		||||
	tristate
 | 
			
		||||
 | 
			
		||||
config DMA_OF
 | 
			
		||||
	def_bool y
 | 
			
		||||
	depends on OF
 | 
			
		||||
 | 
			
		||||
comment "DMA Clients"
 | 
			
		||||
	depends on DMA_ENGINE
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,6 +3,8 @@ ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG
 | 
			
		|||
 | 
			
		||||
obj-$(CONFIG_DMA_ENGINE) += dmaengine.o
 | 
			
		||||
obj-$(CONFIG_DMA_VIRTUAL_CHANNELS) += virt-dma.o
 | 
			
		||||
obj-$(CONFIG_DMA_OF) += of-dma.o
 | 
			
		||||
 | 
			
		||||
obj-$(CONFIG_NET_DMA) += iovlock.o
 | 
			
		||||
obj-$(CONFIG_INTEL_MID_DMAC) += intel_mid_dma.o
 | 
			
		||||
obj-$(CONFIG_DMATEST) += dmatest.o
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
obj-y = base.o dma.o
 | 
			
		||||
obj-y = base.o
 | 
			
		||||
obj-$(CONFIG_OF_FLATTREE) += fdt.o
 | 
			
		||||
obj-$(CONFIG_OF_PROMTREE) += pdt.o
 | 
			
		||||
obj-$(CONFIG_OF_ADDRESS)  += address.o
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue