diff options
author | 2021-01-15 12:48:43 +0200 | |
---|---|---|
committer | 2021-01-15 12:48:43 +0200 | |
commit | 715a1284d89a740b197b3bad5eb20d36a397382f (patch) | |
tree | 07ad2960ab66e56b3d1e151036262019a18e3df1 /lib/errseq.c | |
parent | ARM: dts; gta04: SPI panel chip select is active low (diff) | |
parent | ARM: OMAP2+: Fix suspcious RCU usage splats for omap_enter_idle_coupled (diff) | |
download | linux-dev-715a1284d89a740b197b3bad5eb20d36a397382f.tar.xz linux-dev-715a1284d89a740b197b3bad5eb20d36a397382f.zip |
Merge branch 'cpuidle-fix' into fixes
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 |