btrfs: remove unnecessary prototype declarations at disk-io.c
authorFilipe Manana <fdmanana@suse.com>
Mon, 29 May 2023 15:17:06 +0000 (16:17 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Jun 2023 11:59:32 +0000 (13:59 +0200)
commit184533e3618f4d0b382c1ef3de0ce34e849005d7
tree5df286b75f92a938763a5f0568f59529582d42dd
parentf1ed785a5b9ca944771a08d0a2cdca961ac24329
btrfs: remove unnecessary prototype declarations at disk-io.c

We have a few static functions at disk-io.c for which we have a forward
declaration of their prototype, but it's not needed because all those
functions are defined before they are called, so remove them.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c