This file does not need <compiler.h> but does directly need <linux/types.h>.
Signed-off-by: Tom Rini <tr...@konsulko.com> --- include/cbfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cbfs.h b/include/cbfs.h index 2bc5de2297e4..1244dbdba0d1 100644 --- a/include/cbfs.h +++ b/include/cbfs.h @@ -6,8 +6,8 @@ #ifndef __CBFS_H #define __CBFS_H -#include <compiler.h> #include <linux/compiler.h> +#include <linux/types.h> struct cbfs_priv; -- 2.43.0