mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 00:01:35 +00:00 
			
		
		
		
	 9f72ffedc8
			
		
	
	
		9f72ffedc8
		
	
	
	
	
		
			
			This should be used instead of hard coding the corresponding platforms. The feature test macro is needed to support different SOCs in a single kernel image. While at it rename dma-mx1-mx2 to dma-v1 as mx25 doesn't use it and so the mx2 part is wrong and move the header to arch/arm/mach-imx. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
		
			
				
	
	
		
			11 lines
		
	
	
		
			242 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			242 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __MACH_DMA_MX1_MX2_H__
 | |
| #define __MACH_DMA_MX1_MX2_H__
 | |
| /*
 | |
|  * Don't use this header in new code, it will go away when all users are
 | |
|  * converted to mach/dma-v1.h
 | |
|  */
 | |
| 
 | |
| #include <mach/dma-v1.h>
 | |
| 
 | |
| #endif /* ifndef __MACH_DMA_MX1_MX2_H__ */
 |