diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-02-09 18:34:08 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-02-09 18:36:24 -0500 |
commit | a104f0407b7f5de54972389ef10e11dd8c525a96 (patch) | |
tree | 07c993aeedb4bfe4a52d6725a689a6b018d2b483 /linux/mean_and_variance.c | |
parent | abe1c3bc8e116879a258bff2316cfb0586f15fec (diff) |
Update bcachefs sources to ea93c26e98 fixup! bcachefs: We can handle missing btree roots for all alloc btrees
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'linux/mean_and_variance.c')
-rw-r--r-- | linux/mean_and_variance.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/mean_and_variance.c b/linux/mean_and_variance.c index 55d46c9d..bd08da5f 100644 --- a/linux/mean_and_variance.c +++ b/linux/mean_and_variance.c @@ -42,8 +42,6 @@ #include <linux/math64.h> #include <linux/mean_and_variance.h> #include <linux/module.h> -#include <linux/printbuf.h> - /** * fast_divpow2() - fast approximation for n / (1 << d) |