File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
#include <linux/mtd/mtd.h>
21
21
#include <linux/mtd/nand.h>
22
22
#include <linux/mtd/partitions.h>
23
+ #include <linux/delay.h>
23
24
24
25
#include <asm/types.h>
25
26
#include <asm/setup.h>
29
30
#include <asm/irq.h>
30
31
#include <asm/mach/arch.h>
31
32
#include <asm/mach/flash.h>
32
- #include <asm/delay.h>
33
33
34
34
static struct flash_platform_data ixdp425_flash_data = {
35
35
.map_name = "cfi_probe" ,
Original file line number Diff line number Diff line change 30
30
#include <linux/platform_device.h>
31
31
#include <linux/delay.h>
32
32
#include <linux/io.h>
33
+ #include <linux/delay.h>
33
34
34
35
#include <mach/hardware.h>
35
36
#include <asm/irq.h>
36
- #include <asm/delay.h>
37
37
#include <asm/cacheflush.h>
38
38
39
39
#include <asm/mach/arch.h>
You can’t perform that action at this time.
0 commit comments