diff options
Diffstat (limited to 'include/linux/mtd/physmap.h')
-rw-r--r-- | include/linux/mtd/physmap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mtd/physmap.h b/include/linux/mtd/physmap.h index bcfd9f777454..49b959029417 100644 --- a/include/linux/mtd/physmap.h +++ b/include/linux/mtd/physmap.h | |||
@@ -22,7 +22,9 @@ struct map_info; | |||
22 | 22 | ||
23 | struct physmap_flash_data { | 23 | struct physmap_flash_data { |
24 | unsigned int width; | 24 | unsigned int width; |
25 | void (*set_vpp)(struct map_info *, int); | 25 | int (*init)(struct platform_device *); |
26 | void (*exit)(struct platform_device *); | ||
27 | void (*set_vpp)(struct platform_device *, int); | ||
26 | unsigned int nr_parts; | 28 | unsigned int nr_parts; |
27 | unsigned int pfow_base; | 29 | unsigned int pfow_base; |
28 | char *probe_type; | 30 | char *probe_type; |