]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: qcom: don't include dma-direct.h
authorChristoph Hellwig <hch@lst.de>
Mon, 27 Aug 2018 08:59:43 +0000 (10:59 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 4 Sep 2018 21:37:38 +0000 (23:37 +0200)
commit9fe9b917812608f851b24f1344998d89876bc642
tree452bd778a0cd5874caab43539141041250e6bbb4
parent73cf8640babc4dd2574f698e0b45a39ffb63f5c6
mtd: rawnand: qcom: don't include dma-direct.h

A recent commit removed the incorrect use of phys_to_dma from this
driver, but failed to remove the dma-direct.h include, so do that
now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/qcom_nandc.c