Merge git://git.infradead.org/mtd-2.6
[pandora-kernel.git] / include / linux / mtd / physmap.h
index e963b86..d40bfa1 100644 (file)
@@ -22,7 +22,9 @@ struct map_info;
 
 struct physmap_flash_data {
        unsigned int            width;
-       void                    (*set_vpp)(struct map_info *, int);
+       int                     (*init)(struct platform_device *);
+       void                    (*exit)(struct platform_device *);
+       void                    (*set_vpp)(struct platform_device *, int);
        unsigned int            nr_parts;
        unsigned int            pfow_base;
        char                    *probe_type;