diff options
| author | Tom Rini <[email protected]> | 2024-04-27 08:10:58 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:05:04 -0600 |
| commit | 752ed0867522a68f21392a6b9d78589129248572 (patch) | |
| tree | f9afa518638e79176c34af5aaf8ac36712e357b5 /include/axi.h | |
| parent | 702841b56e9113acd7dea78c432cfd186c0293f4 (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 <[email protected]>
Diffstat (limited to 'include/axi.h')
| -rw-r--r-- | include/axi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/axi.h b/include/axi.h index 59fb0b2e458..133a06ee271 100644 --- a/include/axi.h +++ b/include/axi.h @@ -7,6 +7,8 @@ #ifndef _AXI_H_ #define _AXI_H_ +#include <linux/types.h> + struct udevice; /** |
