]> git.karo-electronics.de Git - mv-sheeva.git/commit
mtd: atmel_nand: add missing include of linux/dmaengine.h
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Wed, 13 Apr 2011 13:55:17 +0000 (15:55 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 25 May 2011 00:53:27 +0000 (01:53 +0100)
commit5c39c4c54c585e13a8d6b5a8f64af682e7c68091
treef5a65a10193a26eb9f7b4618558e3f08ea3e2e02
parentc2aad6d6585c320ed5e111db5e03d27e901dfa81
mtd: atmel_nand: add missing include of linux/dmaengine.h

Including linux/dmaengine.h fixes the missing definition of the enum
dma_ctrl_flags type used in atmel_nand_dma_op function.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/atmel_nand.c