diff options
author | Wolfgang Denk <wd@denx.de> | 2008-12-16 01:02:17 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-12-16 01:02:17 +0100 |
commit | 455ae7e87f67c44e6aea68865c83acadd3fcd36c (patch) | |
tree | 9f3b69f9c1c2fcc8937e6bd964b1321ac17d45bc /include/linux/mtd | |
parent | 84bc72d90c505fec3ef4b693995407a0bd4064e5 (diff) | |
download | u-boot-imx-455ae7e87f67c44e6aea68865c83acadd3fcd36c.zip u-boot-imx-455ae7e87f67c44e6aea68865c83acadd3fcd36c.tar.gz u-boot-imx-455ae7e87f67c44e6aea68865c83acadd3fcd36c.tar.bz2 |
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/partitions.h | 6 | ||||
-rw-r--r-- | include/linux/mtd/ubi.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/mtd/partitions.h b/include/linux/mtd/partitions.h index b41e5f5..1016675 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 diff --git a/include/linux/mtd/ubi.h b/include/linux/mtd/ubi.h index a017891..4b3e06c 100644 --- a/include/linux/mtd/ubi.h +++ b/include/linux/mtd/ubi.h @@ -21,7 +21,7 @@ #ifndef __LINUX_UBI_H__ #define __LINUX_UBI_H__ -//#include <asm/ioctl.h> +/* #include <asm/ioctl.h> */ #include <linux/types.h> #include <mtd/ubi-user.h> |