diff mbox series

[1/5] qe: Add <config.h> to linux/immap_qe.h

Message ID 20231117225313.2144665-1-trini@konsulko.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [1/5] qe: Add <config.h> to linux/immap_qe.h | expand

Commit Message

Tom Rini Nov. 17, 2023, 10:53 p.m. UTC
Given how we define QE_MURAM_SIZE today, this header needs to have
<config.h> added to it.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/linux/immap_qe.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass Nov. 18, 2023, 5:09 p.m. UTC | #1
On Fri, 17 Nov 2023 at 15:53, Tom Rini <trini@konsulko.com> wrote:
>
> Given how we define QE_MURAM_SIZE today, this header needs to have
> <config.h> added to it.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  include/linux/immap_qe.h | 2 ++
>  1 file changed, 2 insertions(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/include/linux/immap_qe.h b/include/linux/immap_qe.h
index 45307f51c103..a692f5dfb373 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