We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d734f1 commit 03dbf1cCopy full SHA for 03dbf1c
drivers/mtd/nand/raw/davinci_nand.c
@@ -10,15 +10,15 @@
10
* Dirk Behme <[email protected]>
11
*/
12
13
-#include <linux/kernel.h>
14
-#include <linux/module.h>
15
-#include <linux/platform_device.h>
16
#include <linux/err.h>
17
#include <linux/iopoll.h>
18
-#include <linux/mtd/rawnand.h>
+#include <linux/kernel.h>
+#include <linux/module.h>
19
#include <linux/mtd/partitions.h>
20
-#include <linux/slab.h>
+#include <linux/mtd/rawnand.h>
21
#include <linux/of.h>
+#include <linux/platform_device.h>
+#include <linux/slab.h>
22
23
#define NRCSR_OFFSET 0x00
24
#define NANDFCR_OFFSET 0x60
0 commit comments