aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mtd/nand-gpio.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mtd/nand-gpio.h b/include/linux/mtd/nand-gpio.h
index be4f45d89be2..98f71908212d 100644
--- a/include/linux/mtd/nand-gpio.h
+++ b/include/linux/mtd/nand-gpio.h
@@ -4,11 +4,6 @@
4#include <linux/mtd/rawnand.h> 4#include <linux/mtd/rawnand.h>
5 5
6struct gpio_nand_platdata { 6struct gpio_nand_platdata {
7 int gpio_nce;
8 int gpio_nwp;
9 int gpio_cle;
10 int gpio_ale;
11 int gpio_rdy;
12 void (*adjust_parts)(struct gpio_nand_platdata *, size_t); 7 void (*adjust_parts)(struct gpio_nand_platdata *, size_t);
13 struct mtd_partition *parts; 8 struct mtd_partition *parts;
14 unsigned int num_parts; 9 unsigned int num_parts;