diff options
| author | Tom Rini <[email protected]> | 2023-12-14 13:16:43 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-21 08:54:37 -0500 |
| commit | 10be393cf0af497a7b71b87afc5a3e3eb8fecdd5 (patch) | |
| tree | 40ed6c62b87e606a85a3623c8da3476df082d0bb /include/linux | |
| parent | b106961c2e4e7f339485a401ebb06c936fc432ee (diff) | |
qe: Add <config.h> to linux/immap_qe.h
Given how we define QE_MURAM_SIZE today, this header needs to have
<config.h> added to it.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/immap_qe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/immap_qe.h b/include/linux/immap_qe.h index 45307f51c10..a692f5dfb37 100644 --- a/include/linux/immap_qe.h +++ b/include/linux/immap_qe.h @@ -11,6 +11,8 @@ #ifndef __IMMAP_QE_H__ #define __IMMAP_QE_H__ +#include <config.h> + #ifdef CONFIG_MPC83xx #if defined(CONFIG_ARCH_MPC8360) #define QE_MURAM_SIZE 0xc000UL |
