From: Kent Overstreet Date: Tue, 16 Jan 2024 22:29:15 +0000 (-0500) Subject: bcachefs: fixup for building in userspace X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b05ecbafc174c4bac9546c41eae0cf5efda827a;p=linux.git bcachefs: fixup for building in userspace Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/checksum.c b/fs/bcachefs/checksum.c index 3c761ad6b1c8e..4701457f6381c 100644 --- a/fs/bcachefs/checksum.c +++ b/fs/bcachefs/checksum.c @@ -558,7 +558,7 @@ got_key: return 0; } -#include "../crypto.h" +#include "crypto.h" #endif int bch2_request_key(struct bch_sb *sb, struct bch_key *key)