diff options
Diffstat (limited to 'include/linux/mtd/partitions.h')
| -rw-r--r-- | include/linux/mtd/partitions.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/linux/mtd/partitions.h b/include/linux/mtd/partitions.h index b41e5f564..10166757b 100644 --- a/include/linux/mtd/partitions.h +++ b/include/linux/mtd/partitions.h @@ -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 |