ARM: S3C24XX: Add missing DMACH_DT_PROP

A patch from »ARM: S3C24XX: Fix compilation errors with 3.6-rc1« in state Mainline for linux-kernel

From: Heiko Stuebner <heiko@...> Date: Sun, 5 Aug 2012 15:20:02 +0200

Commit-Message

Commit 2b90807549 (spi: s3c64xx: add device tree support) requires the DMACH_DT_PROP element in the dma_ch enum. It's not used on non-DT platforms but has to be present nevertheless. So mimic the dummy-add of DMACH_DT_PROP on s3c64xx for s3c24xx machines, to correct the build breakage for the s3c24xx variants using the s3c64xx-spi-driver. Signed-off-by: Heiko Stuebner <heiko@...>

Patch-Comment

arch/arm/mach-s3c24xx/include/mach/dma.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)

Statistics

  • 2 lines added
  • 1 lines removed

Changes

------------------- arch/arm/mach-s3c24xx/include/mach/dma.h -------------------
index 454831b..ee99fd5 100644
@@ -24,7 +24,8 @@
*/
enum dma_ch {
- DMACH_XD0,
+ DMACH_DT_PROP = -1, /* not yet supported, do not use */
+ DMACH_XD0 = 0,
DMACH_XD1,
DMACH_SDI,
DMACH_SPI0,
 
 

Recent Patches

About Us

Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer.

Read More...