diff options
author | 2020-12-28 14:16:53 +0000 | |
---|---|---|
committer | 2020-12-28 14:16:53 +0000 | |
commit | f81325a05e9317f09a2e4ec57a52e4e49eb42b54 (patch) | |
tree | a5a91589c9ef8e212f2899f1462cfb5c3f0130ef /lib/errseq.c | |
parent | ASoC: meson: axg-tdm-interface: fix loopback (diff) | |
parent | Linux 5.11-rc1 (diff) | |
download | linux-dev-f81325a05e9317f09a2e4ec57a52e4e49eb42b54.tar.xz linux-dev-f81325a05e9317f09a2e4ec57a52e4e49eb42b54.zip |
Merge tag 'v5.11-rc1' into asoc-5.11
Linux 5.11-rc1
Diffstat (limited to 'lib/errseq.c')
-rw-r--r-- | lib/errseq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/errseq.c b/lib/errseq.c index 81f9e33aa7e7..93e9b94358dc 100644 --- a/lib/errseq.c +++ b/lib/errseq.c @@ -3,6 +3,7 @@ #include <linux/bug.h> #include <linux/atomic.h> #include <linux/errseq.h> +#include <linux/log2.h> /* * An errseq_t is a way of recording errors in one place, and allowing any |