aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dedupe.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/dedupe.h')
-rw-r--r--fs/btrfs/dedupe.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/fs/btrfs/dedupe.h b/fs/btrfs/dedupe.h
deleted file mode 100644
index 90281a7a35a8..000000000000
--- a/fs/btrfs/dedupe.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * Copyright (C) 2016 Fujitsu. All rights reserved.
- */
-
-#ifndef BTRFS_DEDUPE_H
-#define BTRFS_DEDUPE_H
-
-/* later in-band dedupe will expand this struct */
-struct btrfs_dedupe_hash;
-
-#endif