X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flinux%2Fmtd%2Fconcat.h;h=c92b4ddc9be01ac3c1c4a08a0982024c524bb79d;hb=3be2bdf5dc69b3142c1162a59bc67191c9077567;hp=e80c674daeb38c8385c55d7e89b87f3909dcc201;hpb=92afd368bba7d98b2b7bfb51082c3639bb2119b3;p=oweals%2Fu-boot.git diff --git a/include/linux/mtd/concat.h b/include/linux/mtd/concat.h index e80c674dae..c92b4ddc9b 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 -