commit | 728cb883d91edbea5e2062d3a1f8cba382f64dd1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Apr 27 08:11:00 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:05:04 2024 -0600 |
tree | eb961c176292ac7e2dfbeb8fc374003d1226eb28 | |
parent | 5c1444f15148c4c609c8298822a369275fc91e72 [diff] [blame] |
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>
diff --git a/include/bmp_layout.h b/include/bmp_layout.h index a5c9498..eabbd25 100644 --- a/include/bmp_layout.h +++ b/include/bmp_layout.h
@@ -10,6 +10,8 @@ #ifndef _BMP_H_ #define _BMP_H_ +#include <linux/compiler.h> + struct __packed bmp_color_table_entry { __u8 blue; __u8 green;