This file does not need <linux/printk.h> but does directly need <linux/types.h>.
Signed-off-by: Tom Rini <tr...@konsulko.com> --- include/arm_ffa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/arm_ffa.h b/include/arm_ffa.h index db9b1be995e6..2994d8ee3ae1 100644 --- a/include/arm_ffa.h +++ b/include/arm_ffa.h @@ -9,7 +9,7 @@ #ifndef __ARM_FFA_H #define __ARM_FFA_H -#include <linux/printk.h> +#include <linux/types.h> /* * This header is public. It can be used by clients to access -- 2.43.0