diff options
author | Tom Rini <trini@konsulko.com> | 2025-05-21 16:51:07 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-02 17:26:15 -0600 |
commit | 6a891bb78cdc0f920bcae700af26f192421f93cd (patch) | |
tree | 2930663629ddaadf09f2ef51d1d731613e1b8599 | |
parent | a510bc2c9a310a6204b4587c8c2c2e0962380e31 (diff) |
include/arm_ffa.h: Audit include list
This file does not need <linux/printk.h> but does directly need
<linux/types.h>.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/arm_ffa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arm_ffa.h b/include/arm_ffa.h index db9b1be995e..2994d8ee3ae 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 |