projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1bf52e
)
mtd: rawnand: qcom: don't include dma-direct.h
author
Christoph Hellwig
<hch@lst.de>
Mon, 27 Aug 2018 08:59:43 +0000
(10:59 +0200)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Tue, 4 Sep 2018 21:37:38 +0000
(23:37 +0200)
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
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/qcom_nandc.c
b/drivers/mtd/nand/raw/qcom_nandc.c
index
d1d470b
..
d2831b0
100644
(file)
--- a/
drivers/mtd/nand/raw/qcom_nandc.c
+++ b/
drivers/mtd/nand/raw/qcom_nandc.c
@@
-23,7
+23,6
@@
#include <linux/of_device.h>
#include <linux/delay.h>
#include <linux/dma/qcom_bam_dma.h>
-#include <linux/dma-direct.h> /* XXX: drivers shall never use this directly! */
/* NANDc reg offsets */
#define NAND_FLASH_CMD 0x00