diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-01 12:28:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-07 14:50:52 -0500 |
commit | 7f38e9c9a49418fffa233c1a42959ff928415ec4 (patch) | |
tree | b72c97814e9c588a16b2f57add2803a6bd7ba0f2 /include/post.h | |
parent | c675222d04d9c260014f4f38cbc025bec5319cf1 (diff) |
include: Drop <common.h> from include lists
At this point, we don't need to have <common.h> be included because of
properties in the header itself, it only includes other common header
files. We've also audited the code enough at this point that we can drop
<common.h> from being included in headers and rely on code to have the
correct inclusions themselves, or at least <common.h>.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/post.h')
-rw-r--r-- | include/post.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/post.h b/include/post.h index 6e88d55072..da851e37fa 100644 --- a/include/post.h +++ b/include/post.h @@ -11,7 +11,6 @@ #define _POST_H #ifndef __ASSEMBLY__ -#include <common.h> #include <asm/io.h> #if defined(CONFIG_POST) |