9
0
Fork 0
barebox/fs/ext4
Antony Pavlov 66770e6a02 fs: ext4: make locally used ext4fs_get_indir_block() static
The patch fixes this compiler's warning:

      CC      fs/ext4/ext4_common.o
    fs/ext4/ext4_common.c:130:5: warning: no previous prototype for
    'ext4fs_get_indir_block' [-Wmissing-prototypes]
     int ext4fs_get_indir_block(struct ext2fs_node *node, struct
    ext4fs_indir_block *indir, int blkno)
         ^

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-02-17 13:50:50 +01:00
..
Kconfig fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
Makefile fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext4_common.c fs: ext4: make locally used ext4fs_get_indir_block() static 2016-02-17 13:50:50 +01:00
ext4_common.h fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext4fs.c fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext4fs.h fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext_barebox.c fs: rename inode member of struct filep to priv 2015-03-09 08:06:41 +01:00
ext_common.h fs: import magic.h from Linux kernel 2016-02-03 07:57:36 +01:00