mtd: let include/linux/mtd/partitions.h stand on its own
[safe/jmp/linux-2.6] / include / linux / mtd / partitions.h
index af6dcb9..b70313d 100644 (file)
@@ -47,6 +47,8 @@ struct mtd_partition {
 #define MTDPART_SIZ_FULL       (0)
 
 
+struct mtd_info;
+
 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
 int del_mtd_partitions(struct mtd_info *);