diff options
author | Tom Rini | 2024-04-27 08:11:00 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:05:04 -0600 |
commit | a79fc7a79cc9d4f7a46b19a4891484ac1e9ef599 (patch) | |
tree | eb961c176292ac7e2dfbeb8fc374003d1226eb28 /include/s_record.h | |
parent | 301bac6047c85e2c5e39929805ca661bb09a7481 (diff) |
common: Remove <common.h> and add needed includes
Remove <common.h> from all "commmon/" files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/s_record.h')
-rw-r--r-- | include/s_record.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/s_record.h b/include/s_record.h index 3ece695941d..aab09d9c3c8 100644 --- a/include/s_record.h +++ b/include/s_record.h @@ -4,6 +4,8 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ +#include <linux/types.h> + /*-------------------------------------------------------------------------- * * Motorola S-Record Format: |