summaryrefslogtreecommitdiff
path: root/libbcachefs/bset.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/bset.c')
-rw-r--r--libbcachefs/bset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/bset.c b/libbcachefs/bset.c
index 4d182518..ef10e77e 100644
--- a/libbcachefs/bset.c
+++ b/libbcachefs/bset.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Code for working with individual keys, and sorted sets of keys with in a
* btree node
@@ -12,7 +13,6 @@
#include "util.h"
#include <asm/unaligned.h>
-#include <linux/dynamic_fault.h>
#include <linux/console.h>
#include <linux/random.h>
#include <linux/prefetch.h>