diff options
Diffstat (limited to 'include/linux/mtd/concat.h')
-rw-r--r-- | include/linux/mtd/concat.h | 2 |
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 - |