btrfs: check-integrity: drop unnecessary function prototypes
authorAnand Jain <anand.jain@oracle.com>
Mon, 5 Jul 2021 09:06:18 +0000 (17:06 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 23 Aug 2021 11:18:58 +0000 (13:18 +0200)
commit4a9531cf89d29de82ef157513e593e58f49ef8f4
tree8b2ac37689b32c27e17c8268accc08a29175ef84
parentb3b7e1d0b4c2d80e7be8248305f6f47e46329e7e
btrfs: check-integrity: drop unnecessary function prototypes

The function prototypes below aren't necessary as the functions are
first defined before called. Remove them.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/check-integrity.c