]> git.baikalelectronics.ru Git - kernel.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)
commit5a6a7d8bdcd66cb9f19ebd03414731e2a06a2820
treef5a65a10193a26eb9f7b4618558e3f08ea3e2e02
parent898febb7062fd1a5f18c5c0944825cb5d0673a44
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