aboutsummaryrefslogtreecommitdiff
path: root/include/bootmeth.h
diff options
context:
space:
mode:
authorTom Rini2024-04-27 08:10:58 -0600
committerTom Rini2024-05-06 15:05:04 -0600
commit752ed0867522a68f21392a6b9d78589129248572 (patch)
treef9afa518638e79176c34af5aaf8ac36712e357b5 /include/bootmeth.h
parent702841b56e9113acd7dea78c432cfd186c0293f4 (diff)
test: Remove <common.h> and add needed includes
Remove <common.h> from all "test/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/bootmeth.h')
-rw-r--r--include/bootmeth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bootmeth.h b/include/bootmeth.h
index 0fc36104ece..cd9517321c0 100644
--- a/include/bootmeth.h
+++ b/include/bootmeth.h
@@ -7,6 +7,8 @@
#ifndef __bootmeth_h
#define __bootmeth_h
+#include <linux/bitops.h>
+
struct blk_desc;
struct bootflow;
struct bootflow_iter;