aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/physmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/physmap.h b/include/linux/mtd/physmap.h
index bcfd9f777454..d37cca05e62c 100644
--- a/include/linux/mtd/physmap.h
+++ b/include/linux/mtd/physmap.h
@@ -22,6 +22,8 @@ struct map_info;
22 22
23struct physmap_flash_data { 23struct physmap_flash_data {
24 unsigned int width; 24 unsigned int width;
25 int (*init)(struct platform_device *);
26 void (*exit)(struct platform_device *);
25 void (*set_vpp)(struct map_info *, int); 27 void (*set_vpp)(struct map_info *, int);
26 unsigned int nr_parts; 28 unsigned int nr_parts;
27 unsigned int pfow_base; 29 unsigned int pfow_base;