Keep only the rootdisk.c definition, where it's used. Signed-off-by: Rui Salvaterra <rsalvate...@gmail.com> --- libfstools/common.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/libfstools/common.h b/libfstools/common.h index 28b82d2..24504d6 100644 --- a/libfstools/common.h +++ b/libfstools/common.h @@ -19,8 +19,6 @@ #include "libfstools.h" #include "volume.h" -#define F2FS_MINSIZE (100ULL * 1024ULL * 1024ULL) - int read_uint_from_file(char *dirname, char *filename, unsigned int *i); char *read_string_from_file(const char *dirname, const char *filename, char *buf, size_t bufsz); int block_file_identify(FILE *f, uint64_t offset); -- 2.43.2 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel