projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4e61c
)
mtd: rawnand: Get rid of nand_flash_dev forward declation
author
Boris Brezillon
<boris.brezillon@bootlin.com>
Thu, 6 Sep 2018 22:38:43 +0000
(
00:38
+0200)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Wed, 3 Oct 2018 09:12:25 +0000
(11:12 +0200)
nand_scan[with_ids]() have been moved at the end of the file. We can
now get rid of of the nand_flash_dev forward declaration.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
include/linux/mtd/rawnand.h
patch
|
blob
|
history
diff --git
a/include/linux/mtd/rawnand.h
b/include/linux/mtd/rawnand.h
index
15183b7
..
768415e
100644
(file)
--- a/
include/linux/mtd/rawnand.h
+++ b/
include/linux/mtd/rawnand.h
@@
-25,7
+25,6
@@
#include <linux/types.h>
struct nand_chip;
-struct nand_flash_dev;
/* The maximum number of NAND chips in an array */
#define NAND_MAX_CHIPS 8