mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
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__ */
|