summaryrefslogtreecommitdiff
path: root/include/linux/mtd/concat.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-07 22:35:02 +0200
committerWolfgang Denk <wd@denx.de>2009-07-07 22:35:02 +0200
commit8e5e9b940cdede0debe528cdd7edccccbb3ebf2a (patch)
tree61647a9af02a1bdb5e498ed467d4eccdb8e706b7 /include/linux/mtd/concat.h
parenta48ecc969f8d2d0fe9167962e9b8b4cca52de10b (diff)
downloadu-boot-imx-8e5e9b940cdede0debe528cdd7edccccbb3ebf2a.zip
u-boot-imx-8e5e9b940cdede0debe528cdd7edccccbb3ebf2a.tar.gz
u-boot-imx-8e5e9b940cdede0debe528cdd7edccccbb3ebf2a.tar.bz2
Coding style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/linux/mtd/concat.h')
-rw-r--r--include/linux/mtd/concat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mtd/concat.h b/include/linux/mtd/concat.h
index e80c674..c92b4dd 100644
--- a/include/linux/mtd/concat.h
+++ b/include/linux/mtd/concat.h
@@ -9,7 +9,6 @@
#ifndef MTD_CONCAT_H
#define MTD_CONCAT_H
-
struct mtd_info *mtd_concat_create(
struct mtd_info *subdev[], /* subdevices to concatenate */
int num_devs, /* number of subdevices */
@@ -18,4 +17,3 @@ struct mtd_info *mtd_concat_create(
void mtd_concat_destroy(struct mtd_info *mtd);
#endif
-