Drop forward declaration of the functions,
prop_compression_validate(), prop_compression_apply() and
prop_compression_extract().
Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx>
---
fs/btrfs/props.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/fs/btrfs/props.c b/fs/btrfs/props.c
index 6f52e3d21012..77a03076b18e 100644
--- a/fs/btrfs/props.c
+++ b/fs/btrfs/props.c
@@ -23,12 +23,6 @@ struct prop_handler {
int inheritable;
};
-static int prop_compression_validate(const char *value, size_t len);
-static int prop_compression_apply(struct inode *inode,
- const char *value,
- size_t len);
-static const char *prop_compression_extract(struct inode *inode);
-
static const struct hlist_head *find_prop_handlers_by_hash(const u64 hash)
{
struct hlist_head *h;
--
1.8.3.1