提交 ae2dbad7 编写于 作者: D Dmitry Eremin-Solenikov 提交者: Artem Bityutskiy

mtd: drop mtd_has_cmdlinepart()

This function is unused now. Drop it.
Signed-off-by: NDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
上级 4d1220f6
......@@ -83,12 +83,6 @@ static inline int of_mtd_parse_partitions(struct device *dev,
}
#endif
#ifdef CONFIG_MTD_CMDLINE_PARTS
static inline int mtd_has_cmdlinepart(void) { return 1; }
#else
static inline int mtd_has_cmdlinepart(void) { return 0; }
#endif
int mtd_is_partition(struct mtd_info *mtd);
int mtd_add_partition(struct mtd_info *master, char *name,
long long offset, long long length);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册