]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/linux/mtd/partitions.h
Coding style cleanup, update CHANGELOG.
[people/ms/u-boot.git] / include / linux / mtd / partitions.h
index b41e5f564cbad03b58ac0e03e6fbc54d32f45272..10166757bc1c0bffdac96b10b65c6432ca11e5b7 100644 (file)
@@ -76,9 +76,9 @@ struct device;
 struct device_node;
 
 int __devinit of_mtd_parse_partitions(struct device *dev,
-                                      struct mtd_info *mtd,
-                                      struct device_node *node,
-                                      struct mtd_partition **pparts);
+                                     struct mtd_info *mtd,
+                                     struct device_node *node,
+                                     struct mtd_partition **pparts);
 #endif
 
 #endif