diff options
author | Tom Rini <trini@konsulko.com> | 2023-12-21 11:51:58 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-21 11:51:58 -0500 |
commit | ae797e022e6de408497a5ffaa329751893762b9b (patch) | |
tree | c8b6c0f66052e329cc57451c9e0fe2d24bc3407d /include/system-constants.h | |
parent | 36d3db6c2c060ee85176156dc9a607e8cd5465f4 (diff) | |
parent | 467382ca03758e4f3f13107e3a83669e93a7461e (diff) |
Merge branch '2023-12-21-header-inclusion-cleanup' into next
- Merge in changes to clean up various places that used <common.h> or
<linux/kconfig.h>
Diffstat (limited to 'include/system-constants.h')
-rw-r--r-- | include/system-constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/system-constants.h b/include/system-constants.h index d688629f11..e09fc418a4 100644 --- a/include/system-constants.h +++ b/include/system-constants.h @@ -3,6 +3,8 @@ #ifndef __SYSTEM_CONSTANTS_H__ #define __SYSTEM_CONSTANTS_H__ +#include <config.h> + /* * The most common case for our initial stack pointer address is to * say that we have defined a static intiial ram address location and |